diff options
Diffstat (limited to 'ext/spl/spl_engine.c')
-rw-r--r-- | ext/spl/spl_engine.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/spl/spl_engine.c b/ext/spl/spl_engine.c index fdc400fbb6..7bedefe2c4 100644 --- a/ext/spl/spl_engine.c +++ b/ext/spl/spl_engine.c @@ -66,12 +66,3 @@ try_again: return -1; } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: fdm=marker - * vim: noet sw=4 ts=4 - */ |