mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 21:37:18 +00:00
Merge pull request #171 from jruderman/catch_name
Remove unused catch binding
This commit is contained in:
commit
8e06c8f25a
@ -1744,7 +1744,7 @@ EX namespace patterns {
|
||||
try {
|
||||
return ep.parse();
|
||||
}
|
||||
catch(hr_parse_exception& ex) {
|
||||
catch(hr_parse_exception&) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user