Browse Source

Reverting 857f3305 obsoleted already by Expat 2.2.5

Source commit: 6a1e60f3beced3ed49df5f73ecb430f7df06a435
Martin Prikryl 6 years ago
parent
commit
01c1963326
1 changed files with 0 additions and 2 deletions
  1. 0 2
      libs/expat/lib/xmltok.c

+ 0 - 2
libs/expat/lib/xmltok.c

@@ -359,8 +359,6 @@ _INTERNAL_trim_to_complete_utf8_characters(const char *from,
 static enum XML_Convert_Result PTRCALL
 utf8_toUtf8(const ENCODING *enc, const char **fromP, const char *fromLim,
             char **toP, const char *toLim) {
-  const char * fromLimBefore;
-  ptrdiff_t bytesToCopy;
   bool input_incomplete = false;
   bool output_exhausted = false;