r192027 - Remove unused Sema::DelayedDestructorExceptionSpecs
Alp Toker
alp at nuanti.com
Fri Oct 4 23:50:52 PDT 2013
Author: alp
Date: Sat Oct 5 01:50:51 2013
New Revision: 192027
URL: http://llvm.org/viewvc/llvm-project?rev=192027&view=rev
Log:
Remove unused Sema::DelayedDestructorExceptionSpecs
This was a leftover from r160847.
Modified:
cfe/trunk/include/clang/Sema/Sema.h
Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=192027&r1=192026&r2=192027&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Sat Oct 5 01:50:51 2013
@@ -372,11 +372,6 @@ public:
/// cycle detection at the end of the TU.
DelegatingCtorDeclsType DelegatingCtorDecls;
- /// \brief All the destructors seen during a class definition that had their
- /// exception spec computation delayed because it depended on an unparsed
- /// exception spec.
- SmallVector<CXXDestructorDecl*, 2> DelayedDestructorExceptionSpecs;
-
/// \brief All the overriding destructors seen during a class definition
/// (there could be multiple due to nested classes) that had their exception
/// spec checks delayed, plus the overridden destructor.
More information about the cfe-commits
mailing list