mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[4203] Removed the unreachable exit
This commit is contained in:
@@ -145,7 +145,7 @@ EvalContext::scanStringBegin()
|
||||
buffer = yy_scan_bytes(string_.c_str(), string_.size());
|
||||
if (!buffer) {
|
||||
error("cannot scan string");
|
||||
exit(EXIT_FAILURE);
|
||||
// error throws an exception so this can't be reached
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user