diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-07-25 22:05:41 -0300 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-07-25 22:05:41 -0300 |
commit | fb966b982585541d70489df5fa0e4873a1b91503 (patch) | |
tree | 701e433ca2f782eebec9500c44d50b9a2f02f235 /ext/intl/breakiterator/breakiterator_methods.cpp | |
parent | 9e4d590b1982cf38f23948dff1beffd06fd9e0d3 (diff) | |
download | php-git-fb966b982585541d70489df5fa0e4873a1b91503.tar.gz |
Remove unused variables
Diffstat (limited to 'ext/intl/breakiterator/breakiterator_methods.cpp')
-rw-r--r-- | ext/intl/breakiterator/breakiterator_methods.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/intl/breakiterator/breakiterator_methods.cpp b/ext/intl/breakiterator/breakiterator_methods.cpp index f5146a45ac..1d40a85494 100644 --- a/ext/intl/breakiterator/breakiterator_methods.cpp +++ b/ext/intl/breakiterator/breakiterator_methods.cpp @@ -115,7 +115,6 @@ U_CFUNC PHP_FUNCTION(breakiter_create_title_instance) U_CFUNC PHP_FUNCTION(breakiter_create_code_point_instance) { - UErrorCode status = UErrorCode(); intl_error_reset(NULL); if (zend_parse_parameters_none() == FAILURE) { |