diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2013-03-29 08:03:18 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2013-03-29 08:03:18 -0700 |
commit | ea83336f4eceecbc046e465509b792dd203327bc (patch) | |
tree | 67c5e5c908f293edc2fc31f008c173fe59251ee0 /src/makefile.osx | |
parent | 8455310a7bbba7fea28dc604df37c9fb9d2719c7 (diff) | |
parent | 6a1d6e03daa35463ff27f8d05f4313b604ed4397 (diff) |
Merge pull request #2411 from TheBlueMatt/master
(finally) Remove IRC Seed support now that lfnet is down.
Diffstat (limited to 'src/makefile.osx')
-rw-r--r-- | src/makefile.osx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index cdee781257..af12731fa4 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -80,7 +80,6 @@ OBJS= \ obj/key.o \ obj/db.o \ obj/init.o \ - obj/irc.o \ obj/keystore.o \ obj/main.o \ obj/net.o \ |