diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-04-09 15:04:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-04-09 15:04:53 +0000 |
commit | fbcd2a518b0d78293643d9efe887eb4109ee11bf (patch) | |
tree | 215aafaf1b60e3f56940fbd1cab9037e25fd537f | |
parent | 4e75b40d8a96c5d51490ddea43566fe8e6d4168c (diff) | |
download | skalibs-fbcd2a518b0d78293643d9efe887eb4109ee11bf.tar.xz |
Remove uint32_func definition
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | src/include/skalibs/functypes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/skalibs/functypes.h b/src/include/skalibs/functypes.h index 0c94532..958b16f 100644 --- a/src/include/skalibs/functypes.h +++ b/src/include/skalibs/functypes.h @@ -61,7 +61,4 @@ typedef link_func *link_func_ref ; typedef void randomgen_func (char *, size_t) ; typedef randomgen_func *randomgen_func_ref ; -typedef uint32_t uint32_func (uint32_t) ; -typedef uint32_func *uint32_func_ref ; - #endif |