summaryrefslogtreecommitdiff
path: root/ext/intl/intl_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/intl_error.h')
-rw-r--r--ext/intl/intl_error.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/intl/intl_error.h b/ext/intl/intl_error.h
index 927e5cdfd2..bcf5d2cc4a 100644
--- a/ext/intl/intl_error.h
+++ b/ext/intl/intl_error.h
@@ -47,7 +47,4 @@ void intl_errors_set( intl_error* err, UErrorCode code, const char* msg,
// Other error helpers
smart_str intl_parse_error_to_string( UParseError* pe );
-// exported to be called on extension MINIT
-void intl_register_IntlException_class( void );
-
#endif // INTL_ERROR_H