Removed assertion inserted only for temporary debugging.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44131 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2007-11-14 19:36:11 +00:00
Родитель 190eecfc97
Коммит 7e0339e94f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -228,7 +228,6 @@ Type* TypedefType::CreateImpl(ASTContext& Context, Deserializer& D) {
Types.push_back(T);
D.ReadPtr(T->Decl); // May be backpatched.
assert(false);
return T;
}