aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2013-03-24 19:38:19 -0400
committerMatt Corallo <git@bluematt.me>2013-03-24 19:38:19 -0400
commitc2efd981aa14e94cce4a0a888b6ee1f4e4347924 (patch)
tree7baf6933d4eaf15720b7a5ea67c2d7ad17842c61 /src/net.h
parentdfd71bb4509d12c26e630bc671a542ad5bab4945 (diff)
downloadbitcoin-c2efd981aa14e94cce4a0a888b6ee1f4e4347924.tar.xz
(finally) Remove IRC Seed support now that lfnet is down.
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 14e12aa102..3b46523cd9 100644
--- a/src/net.h
+++ b/src/net.h
@@ -49,7 +49,6 @@ enum
LOCAL_IF, // address a local interface listens on
LOCAL_BIND, // address explicit bound to
LOCAL_UPNP, // address reported by UPnP
- LOCAL_IRC, // address reported by IRC (deprecated)
LOCAL_HTTP, // address reported by whatismyip.com and similar
LOCAL_MANUAL, // address explicitly specified (-externalip=)