diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-10-25 11:41:22 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-10-25 11:41:22 -0700 |
commit | 344620e9530dfc359b181c5481b88942448006a8 (patch) | |
tree | adc09a1bfef5a0a8d0338820ab19cfde57f2bca3 /src/main.h | |
parent | e74d0ab6752407d97c0586b1ba9bbaaad5e2e5f6 (diff) | |
parent | 529a4d4824136a00e63cd69831023b9c4dd6936b (diff) |
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.h | 1 |
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; |