DIBuilder: Delete dead code, NFC
[oota-llvm.git] / include / llvm / IR / DerivedTypes.h
index 5ec03baf77cf07f188bc1a681b6526bdee74972d..bad3beba4936be6d57021a8a0f394c7c040a2fda 100644 (file)
@@ -204,9 +204,6 @@ class StructType : public CompositeType {
   /// 
   void *SymbolTableEntry;
 public:
-  ~StructType() {
-    delete [] ContainedTys; // Delete the body.
-  }
 
   /// StructType::create - This creates an identified struct.
   static StructType *create(LLVMContext &Context, StringRef Name);