summaryrefslogtreecommitdiff
path: root/main/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/getopt.c')
-rw-r--r--main/getopt.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/main/getopt.c b/main/getopt.c
index 38a0b9df25..c01a726e99 100644
--- a/main/getopt.c
+++ b/main/getopt.c
@@ -194,12 +194,3 @@ PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char
return(0); /* never reached */
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */