diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-08-21 16:05:34 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-21 16:05:47 +0200 |
| commit | 93ed3d9b4e92addfa56108d8b6e21490bd3c059e (patch) | |
| tree | d46aeac13eb9e92e242ce677adebae8a4bf43d48 /src/protocol.h | |
| parent | Merge pull request #4706 (diff) | |
| parent | Remove all other print() methods (diff) | |
| download | discoin-93ed3d9b4e92addfa56108d8b6e21490bd3c059e.tar.xz discoin-93ed3d9b4e92addfa56108d8b6e21490bd3c059e.zip | |
Merge pull request #4735
3802224 Remove all other print() methods (Wladimir J. van der Laan)
9b6d4c5 Move strprintf define to tinyformat.h (Wladimir J. van der Laan)
8121258 Remove print() from core functions (Wladimir J. van der Laan)
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: |