mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-02 14:34:08 +00:00
Remove unused catch binding
This commit is contained in:
parent
548b5b7772
commit
45e94c120e
@ -1744,7 +1744,7 @@ EX namespace patterns {
|
|||||||
try {
|
try {
|
||||||
return ep.parse();
|
return ep.parse();
|
||||||
}
|
}
|
||||||
catch(hr_parse_exception& ex) {
|
catch(hr_parse_exception&) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user