Remove duplicate code that we could just fallthrough to.

llvm-svn: 157060
This commit is contained in:
Eric Christopher 2012-05-18 18:24:15 +00:00
parent b954b91ada
commit e2b36ce24a
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ DIType DbgVariable::getType() const {
if (getName() == DT.getName())
return (DT.getTypeDerivedFrom());
}
return Ty;
}
return Ty;
}