2008-03-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
* src/ParameterizedStringParser.cc (createLoop): Removed unused variable sstep. * src/AlphaNumberDecorator.h (decode): Rewritten.
This commit is contained in:
@@ -113,7 +113,6 @@ PStringDatumHandle ParameterizedStringParser::createLoop(const std::string& src,
|
||||
std::string::size_type colonIndex = loopStr.find(":");
|
||||
if(colonIndex != std::string::npos) {
|
||||
std::string stepStr = loopStr.substr(colonIndex+1);
|
||||
int sstep;
|
||||
if(Util::isNumber(stepStr)) {
|
||||
step = Util::parseUInt(stepStr);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user