From: Ralph Corderoy Date: Tue, 31 Oct 2017 21:37:24 +0000 (+0000) Subject: dtimep.l: Delete unused macros SKIPSP and SKIPTOSP. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/6319a50c4be2bcfad3e9cfcce034e9b5adccf0a8?ds=sidebyside;hp=eae4e80fddb67ed353f32a54c9eeed1c1527e5a9 dtimep.l: Delete unused macros SKIPSP and SKIPTOSP. Silences gcc's warnings. --- diff --git a/sbr/dtimep.l b/sbr/dtimep.l index bd36c64a..fdae74cc 100644 --- a/sbr/dtimep.l +++ b/sbr/dtimep.l @@ -156,10 +156,6 @@ static int day_map[] = { --cp; } #define SKIPTOA() { while ( !isalpha((unsigned char) *cp++) ) ; \ --cp; } -#define SKIPSP() { while ( isspace((unsigned char) *cp++) ) ; \ - --cp; } -#define SKIPTOSP() { while ( !isspace((unsigned char) *cp++) ) ; \ - --cp; } # ifdef HAVE_SYS_TIME_H # include