aboutsummaryrefslogtreecommitdiff
path: root/Remote/S3stub.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-05 23:14:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-05 23:14:10 -0400
commitf534fcc7b1a01f30e4ee41a0a364fe2cbf25d5a8 (patch)
tree0be416a3e911b29f5c59182840e224e2ee23b754 /Remote/S3stub.hs
parentc371c40a889c73b79f7f8918b2918e2fbb75f212 (diff)
remove S3stub stuff
Let's keep that in a no-s3 branch, which can be merged into eg, debian-stable.
Diffstat (limited to 'Remote/S3stub.hs')
-rw-r--r--Remote/S3stub.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Remote/S3stub.hs b/Remote/S3stub.hs
deleted file mode 100644
index 5bd2b1c79..000000000
--- a/Remote/S3stub.hs
+++ /dev/null
@@ -1,7 +0,0 @@
--- stub for when hS3 is not available
-module Remote.S3 (remote) where
-
-import Types
-
-remote :: Maybe RemoteType
-remote = Nothing