remove temporary #error used for debugging

Sorry, that wasn't supposed to be checked in.
This commit is contained in:
Joel Dice 2013-01-28 16:24:08 -07:00
parent 67fd707254
commit 0c5471d25e

View File

@ -1995,7 +1995,6 @@ main(int ac, const char** av)
|| (AVIAN_TARGET_ARCH == AVIAN_ARCH_X86)
const unsigned CodeCapacity = 128 * 1024 * 1024;
#else
# error "wtf?"
const unsigned CodeCapacity = 30 * 1024 * 1024;
#endif