[llvm] r230701 - Remove commented out function.
Eric Christopher
echristo at gmail.com
Thu Feb 26 15:36:28 PST 2015
Author: echristo
Date: Thu Feb 26 17:36:28 2015
New Revision: 230701
URL: http://llvm.org/viewvc/llvm-project?rev=230701&view=rev
Log:
Remove commented out function.
(Saving files works, who knew?)
Modified:
llvm/trunk/include/llvm/IR/DebugLoc.h
Modified: llvm/trunk/include/llvm/IR/DebugLoc.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DebugLoc.h?rev=230701&r1=230700&r2=230701&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DebugLoc.h (original)
+++ llvm/trunk/include/llvm/IR/DebugLoc.h Thu Feb 26 17:36:28 2015
@@ -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
More information about the llvm-commits
mailing list