Skip to content

Commit

Permalink
Remove codeRange::operator<<
Browse files Browse the repository at this point in the history
It was added by fa76232 in 2005, but never implemented.
  • Loading branch information
hainest committed Oct 27, 2023
1 parent 40c64db commit 534dea0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dyninstAPI/src/codeRange.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ class codeRange : public patchTarget {
//Prints codeRange info to stderr.
void print_range(Address addr = 0);

friend ostream &operator<<(ostream &s, const codeRange &c);

codeRange() = default;
codeRange(const codeRange&) = default;
virtual ~codeRange() = default;
Expand Down

0 comments on commit 534dea0

Please sign in to comment.