]> granicus.if.org Git - clang/commitdiff
Revert accidental commit.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Apr 2013 22:50:34 +0000 (22:50 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Apr 2013 22:50:34 +0000 (22:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178707 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclBase.h

index 4af49efb7d550721c2130215979a4898d7a65de1..852bb9ab0400fbd971476f6c22dcb898ee9a8eac 100644 (file)
@@ -1479,11 +1479,7 @@ public:
   inline ddiag_iterator ddiag_end() const;
 
   // Low-level accessors
-
-  bool mustBuildLookupTable() {
-    return LookupPtr.getInt();
-  }
-
+    
   /// \brief Mark the lookup table as needing to be built.  This should be
   /// used only if setHasExternalLexicalStorage() has been called on any
   /// decl context for which this is the primary context.