start defining codes for instructions
[oota-llvm.git] / include / llvm / TypeSymbolTable.h
index dd2600142228a71c7a99b72e80aa1208f18e9ae4..abe312ec242428a7e48c775b5a929c8f4c424fe1 100644 (file)
@@ -98,10 +98,6 @@ public:
 /// @{
 public:
 
-  /// This method will strip the symbol table of its names 
-  /// @brief Strip the symbol table.
-  bool strip();
-
   /// Inserts a type into the symbol table with the specified name. There can be
   /// a many-to-one mapping between names and types. This method allows a type
   /// with an existing entry in the symbol table to get a new name.