Author: rsmith
Date: Wed Apr  3 17:50:34 2013
New Revision: 178707

URL: http://llvm.org/viewvc/llvm-project?rev=178707&view=rev
Log:
Revert accidental commit.

Modified:
    cfe/trunk/include/clang/AST/DeclBase.h

Modified: cfe/trunk/include/clang/AST/DeclBase.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclBase.h?rev=178707&r1=178706&r2=178707&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclBase.h (original)
+++ cfe/trunk/include/clang/AST/DeclBase.h Wed Apr  3 17:50:34 2013
@@ -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.


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to