diff options
Diffstat (limited to 'include/clang/AST/DeclBase.h')
-rw-r--r-- | include/clang/AST/DeclBase.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index c67391653a..6670d9de12 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -270,8 +270,6 @@ protected: if (Decl::CollectingStats()) add(DK); } - virtual ~Decl(); - public: /// \brief Source range that this declaration covers. |