diff options
Diffstat (limited to 'ext/intl/intl_error.c')
-rw-r--r-- | ext/intl/intl_error.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/intl/intl_error.c b/ext/intl/intl_error.c index d802eb9c26..bdab00cf27 100644 --- a/ext/intl/intl_error.c +++ b/ext/intl/intl_error.c @@ -315,12 +315,3 @@ smart_str intl_parse_error_to_string( UParseError* pe ) smart_str_0( &ret ); return ret; } - -/* - * 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 - */ |