aboutsummaryrefslogtreecommitdiff
path: root/lib/strequal.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strequal.c')
-rw-r--r--lib/strequal.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/strequal.c b/lib/strequal.c
index 382feedae..04e0c9788 100644
--- a/lib/strequal.c
+++ b/lib/strequal.c
@@ -111,11 +111,3 @@ size_t Curl_strlcat(char *dst, const char *src, size_t siz)
return(dlen + (s - src)); /* count does not include NUL */
}
#endif
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */