summaryrefslogtreecommitdiff
path: root/CmdLine
diff options
context:
space:
mode:
Diffstat (limited to 'CmdLine')
-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