diff options
author | joe <joe@jerkface.net> | 2014-04-21 19:54:58 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-04-21 19:54:58 -0400 |
commit | 1a8986f93fbdf1b444bbe7ef6e45363cba5c78ba (patch) | |
tree | 55799c21c2a4798b1ac61e63776be4353f1f3788 /Hosts.hs | |
parent | e75916e1370bc772ba4cf643f0ac0ecae0300d1c (diff) |
Removed remaning unused bindings and imports.
Diffstat (limited to 'Hosts.hs')
-rw-r--r-- | Hosts.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,9 +86,11 @@ empty = Hosts { lineCount = 0 | |||
86 | , namenum = Map.empty | 86 | , namenum = Map.empty |
87 | } | 87 | } |
88 | 88 | ||
89 | {- | ||
89 | parseHosts fname = do | 90 | parseHosts fname = do |
90 | input <- L.readFile fname | 91 | input <- L.readFile fname |
91 | return $ decode input | 92 | return $ decode input |
93 | -} | ||
92 | 94 | ||
93 | decode input = | 95 | decode input = |
94 | let ls = L.lines input | 96 | let ls = L.lines input |