summaryrefslogtreecommitdiff
path: root/ext/standard/strnatcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/strnatcmp.c')
-rw-r--r--ext/standard/strnatcmp.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/standard/strnatcmp.c b/ext/standard/strnatcmp.c
index 6d394ba9d8..c088fd8438 100644
--- a/ext/standard/strnatcmp.c
+++ b/ext/standard/strnatcmp.c
@@ -24,7 +24,6 @@
#include <ctype.h>
#include <string.h>
-#include <assert.h>
#include <stdio.h>
#include "php.h"
@@ -173,12 +172,3 @@ PHPAPI int strnatcmp_ex(char const *a, size_t a_len, char const *b, size_t b_len
}
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */