aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-10-03 19:03:43 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2012-10-03 20:09:33 +0200
commit529a4d4824136a00e63cd69831023b9c4dd6936b (patch)
treea28facc0b26511fc7370ac1dcd2b2dc84d2f5331 /src/main.h
parent0547b02af78dcf2d84e4905b56c7f95d9582b2f9 (diff)
downloadbitcoin-529a4d4824136a00e63cd69831023b9c4dd6936b.tar.xz
remove "checkorder" and "reply" P2P commands
These command are a leftover from send-to-IP transactions, which have been removed a long time ago. Also removes CNode::mapRequests and CNode::PushRequests, as these were only used for the mentioned commands.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 68302b85ac..53341dc36d 100644
--- a/src/main.h
+++ b/src/main.h
@@ -20,7 +20,6 @@ class CReserveKey;
class CAddress;
class CInv;
-class CRequestTracker;
class CNode;
static const unsigned int MAX_BLOCK_SIZE = 1000000;