Revert accidental commit.

llvm-svn: 178707
This commit is contained in:
Richard Smith 2013-04-03 22:50:34 +00:00
parent c0fbba7d8a
commit e8a9d61f47
1 changed files with 1 additions and 5 deletions

View 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.