Removed unused variable

This commit is contained in:
Chris Moeller 2014-10-14 22:32:50 -07:00
parent fb323d11e9
commit da4c4cf510

View file

@ -124,8 +124,6 @@ DUMBFILE *dumbfile_open_memory_and_free(char *data, long size)
return dumbfile_open_ex(m, &maffile_dfs);
}
static unsigned int cpu_freq = 0;
+ (void)initialize
{
if (self == [DumbDecoder class])