summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator/breakiterator_methods.cpp
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-07-25 22:05:41 -0300
committerGabriel Caruso <carusogabriel34@gmail.com>2018-07-25 22:05:41 -0300
commitfb966b982585541d70489df5fa0e4873a1b91503 (patch)
tree701e433ca2f782eebec9500c44d50b9a2f02f235 /ext/intl/breakiterator/breakiterator_methods.cpp
parent9e4d590b1982cf38f23948dff1beffd06fd9e0d3 (diff)
downloadphp-git-fb966b982585541d70489df5fa0e4873a1b91503.tar.gz
Remove unused variables
Diffstat (limited to 'ext/intl/breakiterator/breakiterator_methods.cpp')
-rw-r--r--ext/intl/breakiterator/breakiterator_methods.cpp1
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) {