diff options
Diffstat (limited to 'lib/dynamic_debug.c')
-rw-r--r-- | lib/dynamic_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 5276b99ca650..46032453abd5 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c | |||
@@ -281,7 +281,6 @@ static inline int parse_lineno(const char *str, unsigned int *val) | |||
281 | * allow the user to express a query which matches a format | 281 | * allow the user to express a query which matches a format |
282 | * containing embedded spaces. | 282 | * containing embedded spaces. |
283 | */ | 283 | */ |
284 | #define isodigit(c) ((c) >= '0' && (c) <= '7') | ||
285 | static char *unescape(char *str) | 284 | static char *unescape(char *str) |
286 | { | 285 | { |
287 | char *in = str; | 286 | char *in = str; |