diff options
| author | Jeff Garzik <[email protected]> | 2013-03-29 08:03:18 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2013-03-29 08:03:18 -0700 |
| commit | ea83336f4eceecbc046e465509b792dd203327bc (patch) | |
| tree | 67c5e5c908f293edc2fc31f008c173fe59251ee0 /src/makefile.linux-mingw | |
| parent | Merge pull request #2385 from gavinandresen/alertnotify (diff) | |
| parent | Add a new testnet dnsseed (currently only static list, will update) (diff) | |
| download | discoin-ea83336f4eceecbc046e465509b792dd203327bc.tar.xz discoin-ea83336f4eceecbc046e465509b792dd203327bc.zip | |
Merge pull request #2411 from TheBlueMatt/master
(finally) Remove IRC Seed support now that lfnet is down.
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 7509e2798..694cacd63 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -71,7 +71,6 @@ OBJS= \ obj/key.o \ obj/db.o \ obj/init.o \ - obj/irc.o \ obj/keystore.o \ obj/main.o \ obj/net.o \ |