remove unreachable code
This commit is contained in:
parent
26397e4692
commit
b429d9f509
@ -362,7 +362,6 @@ void ExtractionContainers::PrepareData(
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw OSRMException("edge has broken direction");
|
throw OSRMException("edge has broken direction");
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
file_out_stream.write(
|
file_out_stream.write(
|
||||||
(char*)&integer_weight, sizeof(int)
|
(char*)&integer_weight, sizeof(int)
|
||||||
|
@ -239,8 +239,6 @@ boost::tribool RequestParser::consume(
|
|||||||
}
|
}
|
||||||
case expecting_newline_3:
|
case expecting_newline_3:
|
||||||
return (input == '\n');
|
return (input == '\n');
|
||||||
default:
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user