aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-08-13 07:02:44 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-11-13 21:18:32 +0000
commitf3a84c3a6b22cfcf4fdcf187997e87b96a910318 (patch)
treee597626f88495393e88a82ee11cb8fe37046a57e /src/net.h
parentf2b12807d04e981d0a252cbda6ba80c87a809d6e (diff)
downloadbitcoin-f3a84c3a6b22cfcf4fdcf187997e87b96a910318.tar.xz
Abstract block hash substr extraction (for debug.log) into BlockHashStr inline
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net.h b/src/net.h
index 57c53035f9..c43e438d5a 100644
--- a/src/net.h
+++ b/src/net.h
@@ -67,12 +67,6 @@ void SetReachable(enum Network net, bool fFlag = true);
CAddress GetLocalAddress(const CNetAddr *paddrPeer = NULL);
-enum
-{
- MSG_TX = 1,
- MSG_BLOCK,
-};
-
/** Thread types */
enum threadId
{