From fbcd2a518b0d78293643d9efe887eb4109ee11bf Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 9 Apr 2022 15:04:53 +0000 Subject: Remove uint32_func definition Signed-off-by: Laurent Bercot --- src/include/skalibs/functypes.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3