mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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
This commit is contained in:
parent
98b2dc263c
commit
ed009f6b57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user