diff options
| author | Ted Kremenek <kremenek@apple.com> | 2007-11-14 19:36:11 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2007-11-14 19:36:11 +0000 |
| commit | 00e0b40599b5b57e0d8869edb6adaa1fe623bff8 (patch) | |
| tree | 1710ddda29af92422fc2738d172037ae81cfa9aa /clang/AST | |
| parent | ec56081f382c19cfec3ccb66437c1ba984fd0660 (diff) | |
| download | bcm5719-llvm-00e0b40599b5b57e0d8869edb6adaa1fe623bff8.tar.gz bcm5719-llvm-00e0b40599b5b57e0d8869edb6adaa1fe623bff8.zip | |
Removed assertion inserted only for temporary debugging.
llvm-svn: 44131
Diffstat (limited to 'clang/AST')
| -rw-r--r-- | clang/AST/TypeSerialization.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/AST/TypeSerialization.cpp b/clang/AST/TypeSerialization.cpp index 940c58a9d22..08d3194f195 100644 --- a/clang/AST/TypeSerialization.cpp +++ b/clang/AST/TypeSerialization.cpp @@ -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; } |

