This enum is dead

llvm-svn: 37920
This commit is contained in:
Chris Lattner 2007-07-05 17:28:01 +00:00
parent 764f932da2
commit e1541b7c18

View File

@ -303,7 +303,6 @@ static std::string getTypeDescription(const Type *Ty,
}
break;
}
case Type::PackedStructTyID:
case Type::StructTyID: {
const StructType *STy = cast<StructType>(Ty);
if (STy->isPacked())