diff options
Diffstat (limited to 'lib/strtok.c')
-rw-r--r-- | lib/strtok.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/strtok.c b/lib/strtok.c index a04227b4d..62bfe4755 100644 --- a/lib/strtok.c +++ b/lib/strtok.c @@ -64,11 +64,3 @@ Curl_strtok_r(char *ptr, const char *sep, char **end) } #endif /* this was only compiled if strtok_r wasn't present */ - -/* - * local variables: - * eval: (load-file "../curl-mode.el") - * end: - * vim600: fdm=marker - * vim: et sw=2 ts=2 sts=2 tw=78 - */ |