Revert "Verify deserialized Swift decls as well as imported Clang decls."

This reverts commit 22200.  It broke building PerfTestSuite:
<rdar://problem/18423171> crash in type checking

Swift SVN r22209
This commit is contained in:
Dmitri Hrybenko
2014-09-23 10:13:03 +00:00
parent 76f9313088
commit fec622de0a
7 changed files with 19 additions and 55 deletions

View File

@@ -334,13 +334,6 @@ bool SerializedModuleLoader::isSerializedAST(StringRef data) {
return data.startswith(signatureStr);
}
void SerializedModuleLoader::verifyAllModules() {
#ifndef NDEBUG
for (const LoadedModulePair &loaded : LoadedModuleFiles)
loaded.first->verify();
#endif
}
//-----------------------------------------------------------------------------
// SerializedASTFile implementation
//-----------------------------------------------------------------------------