remove a warning

This commit is contained in:
adelikat 2014-11-30 16:04:38 +00:00
parent a251cacce6
commit 230cd3fb6a
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ namespace BizHawk.Client.EmuHawk
} }
} }
} }
catch (Exception ex) catch (Exception)
{ {
// TODO: SavestateBinary() and SaveStateBinary(BinaryWriter bw) cause an exception, need to look at signature too // TODO: SavestateBinary() and SaveStateBinary(BinaryWriter bw) cause an exception, need to look at signature too
} }