summaryrefslogtreecommitdiff
path: root/Remote/External.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-27 13:07:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-27 13:07:56 -0400
commit48d5e06041ce8c4ad0c6754fe210116f4cc0a412 (patch)
tree370dd802a7c18218b9141862ef76cad5bc92eca3 /Remote/External.hs
parentbee2200ca2b8d28b9bb7d4f0449627914a6aecbc (diff)
defer SETSTATE and GETSTATE for now
TAHOE-LAFS may use these eventually, but that's TBD and none of git-annex's own special remotes need that, except for the web special remote's urls.
Diffstat (limited to 'Remote/External.hs')
-rw-r--r--Remote/External.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Remote/External.hs b/Remote/External.hs
index 18dd6b627..b8a964480 100644
--- a/Remote/External.hs
+++ b/Remote/External.hs
@@ -211,8 +211,6 @@ handleRequest' lck external req mp responsehandler = do
value <- fromMaybe "" . M.lookup setting
<$> liftIO (atomically $ readTMVar $ externalConfig external)
sendMessage lck external (VALUE value)
- handleRemoteRequest (SETSTATE k value) = error "TODO"
- handleRemoteRequest (GETSTATE k) = error "TODO"
handleRemoteRequest (VERSION _) =
sendMessage lck external (ERROR "too late to send VERSION")