aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-10-25 11:41:22 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2012-10-25 11:41:22 -0700
commit344620e9530dfc359b181c5481b88942448006a8 (patch)
treeadc09a1bfef5a0a8d0338820ab19cfde57f2bca3 /src/main.h
parente74d0ab6752407d97c0586b1ba9bbaaad5e2e5f6 (diff)
parent529a4d4824136a00e63cd69831023b9c4dd6936b (diff)
downloadbitcoin-344620e9530dfc359b181c5481b88942448006a8.tar.xz
Merge pull request #1904 from laanwj/2012_10_remove_getorder
remove "checkorder" P2P command
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 36869efe63..1751ccc562 100644
--- a/src/main.h
+++ b/src/main.h
@@ -20,7 +20,6 @@ class CReserveKey;
class CAddress;
class CInv;
-class CRequestTracker;
class CNode;
class CBlockIndexWorkComparator;