Removed duplicate definition of ibuild within JitIL.h. Fixes JitIL from hanging on x64/x86.

This commit is contained in:
skidau 2013-11-01 12:33:29 +11:00
parent 82729fcc8f
commit 65404e7475
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ public:
JitIL() : code_buffer(32000) {}
~JitIL() {}
IREmitter::IRBuilder ibuild;
// Initialization, etc
void Init();