From 8b9deecf3421a25746e1aa6b49f95585260351fd Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sat, 11 May 2013 20:12:25 +0200 Subject: [PATCH] Remove dead code. --- gen/asmstmt.cpp | 2 -- 1 file changed, 2 deletions(-) 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())