forked from OSchip/llvm-project
Remove a completely useless and utterly incorrect assertion.
llvm-svn: 106040
This commit is contained in:
parent
3648ba756f
commit
c4827d31aa
|
@ -369,8 +369,6 @@ getRequiredQualification(ASTContext &Context,
|
|||
Result = NestedNameSpecifier::Create(Context, Result,
|
||||
false,
|
||||
Context.getTypeDeclType(TD).getTypePtr());
|
||||
else
|
||||
assert(Parent->isTranslationUnit());
|
||||
}
|
||||
return Result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue