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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jit/emit.h b/src/jit/emit.h
index dbfb178867..a8ef7835e1 100644
--- a/src/jit/emit.h
+++ b/src/jit/emit.h
@@ -203,9 +203,7 @@ public:
return true;
}
-#ifdef _TARGET_AMD64_
UNATIVE_OFFSET GetFuncletPrologOffset(emitter* emit) const;
-#endif // _TARGET_AMD64_
#ifdef DEBUG
void Print() const;