diff options
-rw-r--r-- | AST/TypeSerialization.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AST/TypeSerialization.cpp b/AST/TypeSerialization.cpp index 940c58a9d2..08d3194f19 100644 --- a/AST/TypeSerialization.cpp +++ b/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; } |