(svn r20860) -Cleanup: remove some unused functions and variables

This commit is contained in:
smatz
2010-10-01 16:42:28 +00:00
parent 97e3f000dd
commit 548a3747e9
9 changed files with 5 additions and 56 deletions

View File

@@ -71,7 +71,7 @@ private:
/* Call the proc of the creator to continue this thread */
try {
this->proc(this->param);
} catch (OTTDThreadExitSignal e) {
} catch (OTTDThreadExitSignal) {
} catch (...) {
NOT_REACHED();
}