summaryrefslogtreecommitdiffstats
path: root/src/utf8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.cpp')
-rw-r--r--src/utf8.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utf8.cpp b/src/utf8.cpp
index 9ffc168..a00f615 100644
--- a/src/utf8.cpp
+++ b/src/utf8.cpp
@@ -117,8 +117,6 @@ static inline uint32_t convertUTF8CharToUnicode(const char *s,size_t bytesLeft,i
return uc;
}
}
- len=0;
- return 0;
}
std::string getUTF8CharAt(const std::string &input,size_t pos)