diff options
Diffstat (limited to 'lib/Sema/TypeLocBuilder.h')
-rw-r--r-- | lib/Sema/TypeLocBuilder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/TypeLocBuilder.h b/lib/Sema/TypeLocBuilder.h index f0944f1205..792bd1fc72 100644 --- a/lib/Sema/TypeLocBuilder.h +++ b/lib/Sema/TypeLocBuilder.h @@ -91,7 +91,6 @@ class TypeLocBuilder { /// modified in some safe way that doesn't affect type-location information. void TypeWasModifiedSafely(QualType T) { #ifndef NDEBUG - assert(T.getLocalUnqualifiedType() == LastTy.getLocalUnqualifiedType()); LastTy = T; #endif } |