Drop redundant print impl.
authorAndreas Bolka <a@bolka.at>
Tue, 30 Jun 2009 21:33:56 +0000 (21:33 +0000)
committerAndreas Bolka <a@bolka.at>
Tue, 30 Jun 2009 21:33:56 +0000 (21:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74553 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/LoopDependenceAnalysis.h

index bde426ba9a880bca3860bc1a4242b6f6e976c405..044270da314de73701dd9ff8d2abba63fa2bf0bb 100644 (file)
@@ -48,9 +48,6 @@ namespace llvm {
 
     void print(raw_ostream&, const Module* = 0) const;
     virtual void print(std::ostream&, const Module* = 0) const;
-    void print(std::ostream *OS, const Module *M = 0) const {
-      if (OS) print(*OS, M);
-    }
   }; // class LoopDependenceAnalysis