diff options
Diffstat (limited to 'src/string.cpp')
| -rw-r--r-- | src/string.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/string.cpp b/src/string.cpp index 8e770cd90..80a7180a2 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -462,9 +462,6 @@ bool unquote_char(String s, u8 quote, Rune *rune, bool *multiple_bytes, String * case '\'': case '"': - if (c != quote) { - return false; - } *rune = c; break; |