From 058126ae4148acf793f2d18429c7f3868a289fbd Mon Sep 17 00:00:00 2001 From: rofl0r Date: Mon, 25 Apr 2022 17:12:09 +0000 Subject: [PATCH] remove orphaned STRINGIZE macro --- src/common/searchpath.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/searchpath.h b/src/common/searchpath.h index 974886a67..f078c0799 100644 --- a/src/common/searchpath.h +++ b/src/common/searchpath.h @@ -48,10 +48,6 @@ -/* Convert argument to C string */ -#define _STRINGIZE(arg) #arg -#define STRINGIZE(arg) _STRINGIZE(arg) - /* A search path is a pointer to the list */ typedef struct Collection SearchPaths;