aboutsummaryrefslogtreecommitdiff
path: root/Remote/WebDAV/DavLocation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/WebDAV/DavLocation.hs')
-rw-r--r--Remote/WebDAV/DavLocation.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Remote/WebDAV/DavLocation.hs b/Remote/WebDAV/DavLocation.hs
index 81777e887..8979ab9ef 100644
--- a/Remote/WebDAV/DavLocation.hs
+++ b/Remote/WebDAV/DavLocation.hs
@@ -53,9 +53,6 @@ keyTmpLocation = tmpLocation . keyFile
exportLocation :: ExportLocation -> DavLocation
exportLocation (ExportLocation f) = f
-exportTmpLocation :: ExportLocation -> DavLocation
-exportTmpLocation (ExportLocation f) = tmpLocation f
-
tmpLocation :: FilePath -> DavLocation
tmpLocation f = tmpDir </> f