summaryrefslogtreecommitdiff
path: root/PingMachine.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-22 21:17:22 -0400
committerjoe <joe@jerkface.net>2018-06-22 21:17:22 -0400
commitf5f854c8144dc29086928a94b2ea86cfae0d0557 (patch)
tree5a7daccc1be66375edd35b238f348129f540b146 /PingMachine.hs
parent6f040764654640730d3f832cf4e41174562718fb (diff)
Removed redundant imports and other clean up.
Diffstat (limited to 'PingMachine.hs')
-rw-r--r--PingMachine.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/PingMachine.hs b/PingMachine.hs
index 4a1cb008..ccf5b1d3 100644
--- a/PingMachine.hs
+++ b/PingMachine.hs
@@ -2,7 +2,6 @@
2{-# LANGUAGE TupleSections #-} 2{-# LANGUAGE TupleSections #-}
3module PingMachine where 3module PingMachine where
4 4
5import Control.Applicative
6import Control.Monad 5import Control.Monad
7import Data.Function 6import Data.Function
8#ifdef THREAD_DEBUG 7#ifdef THREAD_DEBUG