summaryrefslogtreecommitdiff
path: root/CmdLine/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-28 12:26:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-28 12:26:16 -0400
commit900c29071ad6b342be4eea00439fc355503ecbd2 (patch)
treed35adcadd1f063f1ae5b7205e82b845f18c8dd5f /CmdLine/GitAnnex.hs
parent7a15547943bf87131b13804c9337eec59f9b9350 (diff)
parent68f5d56115c2e4011b9a9be7c2585c1fe43f4957 (diff)
Merge branch 'no-xmpp'
Diffstat (limited to 'CmdLine/GitAnnex.hs')
-rw-r--r--CmdLine/GitAnnex.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs
index a12366b74..394bd173b 100644
--- a/CmdLine/GitAnnex.hs
+++ b/CmdLine/GitAnnex.hs
@@ -109,9 +109,6 @@ import qualified Command.Assistant
#ifdef WITH_WEBAPP
import qualified Command.WebApp
#endif
-#ifdef WITH_XMPP
-import qualified Command.XMPPGit
-#endif
#endif
import qualified Command.Test
#ifdef WITH_TESTSUITE
@@ -218,9 +215,6 @@ cmds testoptparser testrunner =
#ifdef WITH_WEBAPP
, Command.WebApp.cmd
#endif
-#ifdef WITH_XMPP
- , Command.XMPPGit.cmd
-#endif
#endif
, Command.Test.cmd testoptparser testrunner
#ifdef WITH_TESTSUITE