Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/just_gtfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/just_gtfs/just_gtfs.h')
-rw-r--r--include/just_gtfs/just_gtfs.h4
1 files changed, 0 insertions, 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)