From ed009f6b571633c2fce51b993c37579977ae78f4 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 26 Feb 2015 23:36:28 +0000 Subject: [PATCH] Remove commented out function. (Saving files works, who knew?) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230701 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/DebugLoc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/IR/DebugLoc.h b/include/llvm/IR/DebugLoc.h index 3d0a250d428..c29d5bf12d8 100644 --- a/include/llvm/IR/DebugLoc.h +++ b/include/llvm/IR/DebugLoc.h @@ -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 -- 2.34.1