diff options
author | Nikita Popov <nikic@php.net> | 2016-09-04 12:43:29 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-09-04 12:56:06 +0200 |
commit | e0e50631732a9cd7c5a110b10bee258219d833f5 (patch) | |
tree | a99ef9a33fb5f3004cf0ef23b90cfe7ed168eb1f /ext/standard/strnatcmp.c | |
parent | bbdff7ea24d97cdc198b413165a5218213b6c22d (diff) | |
download | php-git-e0e50631732a9cd7c5a110b10bee258219d833f5.tar.gz |
Drop some pieces of commented-out code
Diffstat (limited to 'ext/standard/strnatcmp.c')
-rw-r--r-- | ext/standard/strnatcmp.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/standard/strnatcmp.c b/ext/standard/strnatcmp.c index a272be8a29..ac8d2a2e91 100644 --- a/ext/standard/strnatcmp.c +++ b/ext/standard/strnatcmp.c @@ -30,16 +30,6 @@ #include "php.h" #include "php_string.h" -#if defined(__GNUC__) -# define UNUSED __attribute__((__unused__)) -#else -# define UNUSED -#endif - -#if 0 -static char const *version UNUSED = - "$Id$"; -#endif /* {{{ compare_right */ static int |