diff options
Diffstat (limited to 'Inotify.icl')
-rw-r--r-- | Inotify.icl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Inotify.icl b/Inotify.icl index 39ed691..cd927fe 100644 --- a/Inotify.icl +++ b/Inotify.icl @@ -86,7 +86,6 @@ where check :: [(Int,Int)] (INWatch, INCallback st) *(*Int, st, *World) -> *(*Int, st, *World) check wdsmasks (watch,f) (fd,st,w) # (st,w) = seq [\(st,w) -> f mask st w \\ (wd,mask) <- wdsmasks | wd == watch] (st,w) - //# (st,w) = f (length wds) st w = (fd,st,w) bytesToInt :: {#Char} -> Int |