diff --git a/gen/asmstmt.cpp b/gen/asmstmt.cpp index d7260586..d3a8217b 100644 --- a/gen/asmstmt.cpp +++ b/gen/asmstmt.cpp @@ -149,8 +149,6 @@ AsmParserCommon* asmparser = NULL; #include "asm-x86.h" // x86_64 assembly parser #undef ASM_X86_64 -bool d_have_inline_asm() { return true; } - Statement *AsmStatement::semantic(Scope *sc) { if (sc->func && sc->func->isSafe())