Skip to content

Commit

Permalink
Revert "Add an assertion to make sure all stdlib files are grouped."
Browse files Browse the repository at this point in the history
This reverts commit 0934ceb.
  • Loading branch information
nkcsgexi committed Feb 20, 2016
1 parent 594a0d8 commit 3921517
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Serialization/Serialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3604,7 +3604,6 @@ class DeclGroupNameContext {
return NullGroupName;
StringRef FileName = llvm::sys::path::filename(FullPath);
auto Found = pMap->find(FileName);
assert(Found != pMap->end() && "A source file is not grouped.");
return Found == pMap->end() ? NullGroupName : Found->second;
}
};
Expand Down

0 comments on commit 3921517

Please sign in to comment.