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 e989f3f43..a5913e9e0 100644
--- a/CmdLine/GitAnnex.hs
+++ b/CmdLine/GitAnnex.hs
@@ -106,9 +106,6 @@ import qualified Command.Assistant
#ifdef WITH_WEBAPP
import qualified Command.WebApp
#endif
-#ifdef WITH_XMPP
-import qualified Command.XMPPGit
-#endif
import qualified Command.RemoteDaemon
#endif
import qualified Command.Test
@@ -213,9 +210,6 @@ cmds testoptparser testrunner =
#ifdef WITH_WEBAPP
, Command.WebApp.cmd
#endif
-#ifdef WITH_XMPP
- , Command.XMPPGit.cmd
-#endif
, Command.RemoteDaemon.cmd
#endif
, Command.Test.cmd testoptparser testrunner