diff options
Diffstat (limited to 'ext/intl/msgformat/msgformat_data.c')
-rw-r--r-- | ext/intl/msgformat/msgformat_data.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/intl/msgformat/msgformat_data.c b/ext/intl/msgformat/msgformat_data.c index e2510e16b8..03dc232f67 100644 --- a/ext/intl/msgformat/msgformat_data.c +++ b/ext/intl/msgformat/msgformat_data.c @@ -98,13 +98,3 @@ int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *e return SUCCESS; } #endif - - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: noet sw=4 ts=4 fdm=marker - * vim<600: noet sw=4 ts=4 - */ |