From: Chris Lattner Date: Thu, 5 Jul 2007 17:28:01 +0000 (+0000) Subject: This enum is dead X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1bfb8b7333f2656c25aac4399a487d9a1ca986bf;p=oota-llvm.git This enum is dead git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37920 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp index 1d182b7b92f..9b34dd840c8 100644 --- a/lib/VMCore/Type.cpp +++ b/lib/VMCore/Type.cpp @@ -303,7 +303,6 @@ static std::string getTypeDescription(const Type *Ty, } break; } - case Type::PackedStructTyID: case Type::StructTyID: { const StructType *STy = cast(Ty); if (STy->isPacked())