commit fbcd2a518b0d78293643d9efe887eb4109ee11bf
parent 4e75b40d8a96c5d51490ddea43566fe8e6d4168c
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Sat, 9 Apr 2022 15:04:53 +0000
Remove uint32_func definition
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git 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