remove unreachable code

This commit is contained in:
Dennis Luxen 2014-03-24 16:46:31 +01:00
parent 26397e4692
commit b429d9f509
2 changed files with 0 additions and 3 deletions

View File

@ -362,7 +362,6 @@ void ExtractionContainers::PrepareData(
break;
default:
throw OSRMException("edge has broken direction");
break;
}
file_out_stream.write(
(char*)&integer_weight, sizeof(int)

View File

@ -239,8 +239,6 @@ boost::tribool RequestParser::consume(
}
case expecting_newline_3:
return (input == '\n');
default:
return false;
}
}