[AArch64] Removes CODE_SIZE variable.

This is in a global location now which conflicts with this one.
This commit is contained in:
Ryan Houdek 2014-12-19 20:57:51 -06:00
parent edfbb6ab9a
commit 32eb0a9d68
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@
using namespace Arm64Gen;
static int CODE_SIZE = 1024*1024*32;
void JitArm64::Init()
{
AllocCodeSpace(CODE_SIZE);