removed unused var

This commit is contained in:
Olga Khlopkova 2020-06-19 11:55:56 +03:00
parent e851019d3a
commit 83dc935bfd

View file

@ -114,8 +114,6 @@ inline std::string unquote_text(const std::string & text)
bool prev_is_quote = false;
bool prev_is_skipped = false;
size_t quotes_count = 0;
size_t start_index = 0;
size_t end_index = text.size();
@ -137,8 +135,6 @@ inline std::string unquote_text(const std::string & text)
continue;
}
++quotes_count;
if (prev_is_quote)
{
if (prev_is_skipped)