summaryrefslogtreecommitdiffhomepage
path: root/Storage/Network.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-12 23:11:04 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-12 23:11:04 -0400
commit48d3b7ec2576c2b0c07af10fc0c53a08a866a982 (patch)
tree83bb11343a2b8bda467769c2567e9bbdc7567dae /Storage/Network.hs
parent3de39735765344b3728f5649e47d27b69f9094f4 (diff)
downloadkeysafe-48d3b7ec2576c2b0c07af10fc0c53a08a866a982.tar.gz
more refactor
Diffstat (limited to 'Storage/Network.hs')
-rw-r--r--Storage/Network.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Storage/Network.hs b/Storage/Network.hs
index b6b778a..21909d4 100644
--- a/Storage/Network.hs
+++ b/Storage/Network.hs
@@ -6,10 +6,7 @@
{-# LANGUAGE OverloadedStrings #-}
module Storage.Network (
- Server(..),
- networkServers,
networkStorage,
- torableManager
) where
import Types