diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-06 22:49:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-06 22:49:32 -0400 |
commit | b8f85f7a82009f3480abaedae510b4db1c3b3f3a (patch) | |
tree | 6799a04c1a7ee6bf32008608a696c44ee15a6cb2 /Utility | |
parent | c5b11561f0110c70454b6123ab64ac044c81a5c3 (diff) |
build watch on non-linux, just don't do anything
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Inotify.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Utility/Inotify.hs b/Utility/Inotify.hs index b74fbd18d..8504b21d0 100644 --- a/Utility/Inotify.hs +++ b/Utility/Inotify.hs @@ -5,8 +5,6 @@ - Licensed under the GNU GPL version 3 or higher. -} -{-# LANGUAGE CPP #-} - module Utility.Inotify where import Common hiding (isDirectory) |