forked from OSchip/llvm-project
Remove duplicate code that we could just fallthrough to.
llvm-svn: 157060
This commit is contained in:
parent
b954b91ada
commit
e2b36ce24a
|
@ -117,7 +117,6 @@ DIType DbgVariable::getType() const {
|
|||
if (getName() == DT.getName())
|
||||
return (DT.getTypeDerivedFrom());
|
||||
}
|
||||
return Ty;
|
||||
}
|
||||
return Ty;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue