]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
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 589953cf36c1df50fcf3d2b001dc1b4fa4ec7c8f..cf676742f8d8a1e7f6b24defb8bbd80fdced4657 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 f333ad9940a73e824fd185b721ac6b12b5a13b0d..14f0fb88f70ba1c43f5122d7d6d4df3323fa680b 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)