lib: remove unused `STROF` definition (NFC)
authorSaleem Abdulrasool <abdulras@google.com>
Fri, 27 Aug 2021 15:20:13 +0000 (15:20 +0000)
committerMark Wielaard <mark@klomp.org>
Fri, 27 Aug 2021 16:28:51 +0000 (18:28 +0200)
This definition was in the fallback path, where `sys/cdefs.h` is not
available.  Now that we have a single path through here, this macro gets
defined, though is unused.  Remove the unused macro definition.

Signed-off-by: Saleem Abdulrasool <abdulras@google.com>
lib/ChangeLog
lib/fixedsizehash.h

index 589953c..cf67674 100644 (file)
@@ -1,3 +1,7 @@
+2021-08-21  Saleem Abdulrasool  <abdulras@google.com>
+
+       * fixedsizehash.h: Remove unused STROF macro.
+
 2021-08-20  Saleem Abdulrasool  <abdulras@google.com>
 
        * system.h: Check for HAVE_ERROR_H and HAVE_ERR_H and define
index f333ad9..14f0fb8 100644 (file)
@@ -33,7 +33,6 @@
 
 #include <system.h>
 
-#define STROF(t2) t2
 #define CONCAT_EXPANDED(t1,t2) t1 ## t2
 #define CONCAT(t1,t2) CONCAT_EXPANDED(t1,t2)