summaryrefslogtreecommitdiff
path: root/src/jit/emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/emit.h')
-rw-r--r--src/jit/emit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jit/emit.h b/src/jit/emit.h
index 41fc46ca70..ea9d19b578 100644
--- a/src/jit/emit.h
+++ b/src/jit/emit.h
@@ -1825,7 +1825,6 @@ public:
static emitJumpKind emitReverseJumpKind(emitJumpKind jumpKind);
#ifdef _TARGET_ARM_
- static emitJumpKind emitInsToJumpKind(instruction ins);
static unsigned emitJumpKindCondCode(emitJumpKind jumpKind);
#endif