Core/Misc: Cleanups

This commit is contained in:
hondacrx
2018-03-04 23:42:27 -05:00
parent b067976678
commit 3fc07b8b37
5 changed files with 16 additions and 19 deletions
@@ -137,10 +137,6 @@ namespace Game.DataStorage
{
var val = ((bitSize + 7) / 8);
var val1 = NextPow2((bitSize + 7) / 8);
if (val != val1)
{
}
byte[] data = new byte[NextPow2((bitSize + 7) / 8)];
unsafe