Remove unused variables

This commit is contained in:
Gabriel Caruso 2018-07-25 22:05:41 -03:00
parent 9e4d590b19
commit fb966b9825
No known key found for this signature in database
GPG key ID: D93D6E258EFC438A
2 changed files with 1 additions and 3 deletions

View file

@ -35,7 +35,7 @@ using namespace PHP;
using icu::UCharCharacterIterator;
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CodePointBreakIterator);
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CodePointBreakIterator)
CodePointBreakIterator::CodePointBreakIterator()
: BreakIterator(), fCharIter(NULL), lastCodePoint(U_SENTINEL)
@ -53,7 +53,6 @@ CodePointBreakIterator::CodePointBreakIterator(const PHP::CodePointBreakIterator
CodePointBreakIterator& CodePointBreakIterator::operator=(const CodePointBreakIterator& that)
{
UErrorCode uec = UErrorCode();
UText *ut_clone = NULL;
if (this == &that) {
return *this;