From 83dc935bfd6fa7c35650185fd54f6595888c915e Mon Sep 17 00:00:00 2001 From: Olga Khlopkova Date: Fri, 19 Jun 2020 11:55:56 +0300 Subject: [PATCH] removed unused var --- include/just_gtfs/just_gtfs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/just_gtfs/just_gtfs.h b/include/just_gtfs/just_gtfs.h index bbfcd66..a499433 100644 --- a/include/just_gtfs/just_gtfs.h +++ b/include/just_gtfs/just_gtfs.h @@ -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)