diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-08-20 20:54:27 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-20 20:54:27 +0200 |
| commit | 380222411038cb4f74cbb109984c4b855b4799f6 (patch) | |
| tree | 9f5aa1fbeb733724781ed219d922a9fe9746b6fa /src/protocol.h | |
| parent | Move strprintf define to tinyformat.h (diff) | |
| download | discoin-380222411038cb4f74cbb109984c4b855b4799f6.tar.xz discoin-380222411038cb4f74cbb109984c4b855b4799f6.zip | |
Remove all other print() methods
All unused.
Diffstat (limited to 'src/protocol.h')
| -rw-r--r-- | src/protocol.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/protocol.h b/src/protocol.h index 1f2327429..d7565584a 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -98,8 +98,6 @@ class CAddress : public CService READWRITE(*pip); ) - void print() const; - // TODO: make private (improves encapsulation) public: uint64_t nServices; @@ -130,7 +128,6 @@ class CInv bool IsKnownType() const; const char* GetCommand() const; std::string ToString() const; - void print() const; // TODO: make private (improves encapsulation) public: |