Skip to content

Commit

Permalink
FuncDeclaration::inlineAsm is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyProkhin committed Oct 5, 2014
1 parent 9ead7f7 commit bb496e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dmd2/declaration.h
Expand Up @@ -766,9 +766,6 @@ class FuncDeclaration : public Declaration

// true if set with the pragma(LDC_never_inline); stmt
bool neverInline;

// true if has inline assembler
bool inlineAsm;
#endif

void accept(Visitor *v) { v->visit(this); }
Expand Down

0 comments on commit bb496e8

Please sign in to comment.