diff options
Diffstat (limited to 'lib/AST/AttrImpl.cpp')
| -rw-r--r-- | lib/AST/AttrImpl.cpp | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/lib/AST/AttrImpl.cpp b/lib/AST/AttrImpl.cpp index 0bf6bcd9092e..cb608700133c 100644 --- a/lib/AST/AttrImpl.cpp +++ b/lib/AST/AttrImpl.cpp @@ -7,7 +7,7 @@  //  //===----------------------------------------------------------------------===//  // -//  This file contains out-of-line virtual methods for Attr classes. +//  This file contains out-of-line methods for Attr classes.  //  //===----------------------------------------------------------------------===// @@ -18,10 +18,4 @@  #include "llvm/ADT/StringSwitch.h"  using namespace clang; -Attr::~Attr() { } - -void InheritableAttr::anchor() { } - -void InheritableParamAttr::anchor() { } -  #include "clang/AST/AttrImpl.inc" | 
