summaryrefslogtreecommitdiff
path: root/ext/soap/soap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/soap.c')
-rw-r--r--ext/soap/soap.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c
index 8fd746ed88..c224d24759 100644
--- a/ext/soap/soap.c
+++ b/ext/soap/soap.c
@@ -4863,14 +4863,3 @@ static void delete_hashtable(void *data) /* {{{ */
efree(ht);
}
/* }}} */
-
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * indent-tabs-mode: t
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */