From 7d4e16646ef3ba0c0e959323f4597bc966ffd6c6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 2 Apr 2019 23:54:51 -1100 Subject: [PATCH] -= --- src/util.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/util.cpp b/src/util.cpp index cca39ca38..ebc6dbccb 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -404,10 +404,7 @@ void SplitStr(const std::string& strVal, std::vector outVals) while ( ss >> str ) { - //outVals[numVals] = i; outVals.push_back(str); - numVals += 1; - while ( ss.peek() == ' ' ) ss.ignore(); if ( ss.peek() == ',' )