mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
remove dead method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55266 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78a2812538
commit
7353404303
@ -158,7 +158,6 @@ protected:
|
||||
public:
|
||||
void print(raw_ostream &O) const;
|
||||
void print(std::ostream &O) const;
|
||||
void print(std::ostream *O) const { if (O) print(*O); }
|
||||
|
||||
/// @brief Debugging support: print to stderr
|
||||
void dump() const;
|
||||
|
Loading…
Reference in New Issue
Block a user