This enum is dead

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37920 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-07-05 17:28:01 +00:00
parent f87bd845da
commit 1bfb8b7333

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())