diff options
| author | Eric Christopher <echristo@gmail.com> | 2015-02-26 23:36:28 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2015-02-26 23:36:28 +0000 |
| commit | 17512a95aef43943aedac571d67e3c3967c3eb1a (patch) | |
| tree | 9b913ccb294ff3779bf6dec2c59d221128e94e81 | |
| parent | b9f0009b5ad0ccf636ad1abbe9e0f09c0989d421 (diff) | |
| download | bcm5719-llvm-17512a95aef43943aedac571d67e3c3967c3eb1a.tar.gz bcm5719-llvm-17512a95aef43943aedac571d67e3c3967c3eb1a.zip | |
Remove commented out function.
(Saving files works, who knew?)
llvm-svn: 230701
| -rw-r--r-- | llvm/include/llvm/IR/DebugLoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/DebugLoc.h b/llvm/include/llvm/IR/DebugLoc.h index 3d0a250d428..c29d5bf12d8 100644 --- a/llvm/include/llvm/IR/DebugLoc.h +++ b/llvm/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 |

