remove some dead print method variants.
[oota-llvm.git] / include / llvm / CodeGen / MachineBasicBlock.h
index 787b33bc382c62a23f99b0bd867f76f1cac40301..7d6ecf9f1b58e189ae1498fa733026c8d729c463 100644 (file)
@@ -311,13 +311,7 @@ public:
   // Debugging methods.
   void dump() const;
   void print(std::ostream &OS) const;
-  void print(std::ostream *OS) const {
-    if (OS) print(*OS); 
-  }
   void print(raw_ostream &OS) const;
-  void print(raw_ostream *OS) const {
-    if (OS) print(*OS);
-  }
 
   /// getNumber - MachineBasicBlocks are uniquely numbered at the function
   /// level, unless they're not in a MachineFunction yet, in which case this