summaryrefslogtreecommitdiff
path: root/src/jit/emitpub.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/emitpub.h')
-rw-r--r--src/jit/emitpub.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jit/emitpub.h b/src/jit/emitpub.h
index a2f041a5f3..61769c45b9 100644
--- a/src/jit/emitpub.h
+++ b/src/jit/emitpub.h
@@ -17,10 +17,6 @@ void emitBegFN(bool hasFramePtr
,
bool checkAlign
#endif
-#ifdef LEGACY_BACKEND
- ,
- unsigned lclSize
-#endif // LEGACY_BACKEND
,
unsigned maxTmpSize);