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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/protocol.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 87b2f2387..341de0602 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -144,9 +144,3 @@ std::string CInv::ToString() const { return strprintf("%s %s", GetCommand(), hash.ToString()); } - -void CInv::print() const -{ - LogPrintf("CInv(%s)\n", ToString()); -} - |