Remove commented out function.
authorEric Christopher <echristo@gmail.com>
Thu, 26 Feb 2015 23:36:28 +0000 (23:36 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 26 Feb 2015 23:36:28 +0000 (23:36 +0000)
(Saving files works, who knew?)

llvm-svn: 230701

llvm/include/llvm/IR/DebugLoc.h

index 3d0a250..c29d5bf 100644 (file)
@@ -103,7 +103,6 @@ namespace llvm {
     void dump(const LLVMContext &) const { dump(); }
     /// \brief prints source location /path/to/file.exe:line:col @[inlined at]
     void print(raw_ostream &OS) const;
-    //    void print(const LLVMContext &, raw_ostream &OS) const { print(OS); }
   };
 
 } // end namespace llvm