From fb0b2690320145973d6cbfb1aaaa1dd4367969c7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 5 Jul 2007 17:28:01 +0000 Subject: [PATCH] This enum is dead llvm-svn: 37920 --- llvm/lib/VMCore/Type.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/VMCore/Type.cpp b/llvm/lib/VMCore/Type.cpp index 1d182b7b92f4..9b34dd840c8d 100644 --- a/llvm/lib/VMCore/Type.cpp +++ b/llvm/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()) -- GitLab