aboutsummaryrefslogtreecommitdiff
path: root/src/alert.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-08-20 20:54:27 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-20 20:54:27 +0200
commit380222411038cb4f74cbb109984c4b855b4799f6 (patch)
tree9f5aa1fbeb733724781ed219d922a9fe9746b6fa /src/alert.h
parent9b6d4c5cdc1ad7b12b8b7ba05125dad9ba2d396e (diff)
downloadbitcoin-380222411038cb4f74cbb109984c4b855b4799f6.tar.xz
Remove all other print() methods
All unused.
Diffstat (limited to 'src/alert.h')
-rw-r--r--src/alert.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alert.h b/src/alert.h
index 296d48891a..b9d850b565 100644
--- a/src/alert.h
+++ b/src/alert.h
@@ -68,7 +68,6 @@ public:
void SetNull();
std::string ToString() const;
- void print() const;
};
/** An alert is a combination of a serialized CUnsignedAlert and a signature. */