removed unused var
This commit is contained in:
parent
e851019d3a
commit
83dc935bfd
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue