[fluksod] remove obsolete comments

This commit is contained in:
Bart Van Der Meerssche 2011-04-07 11:13:13 +02:00
parent e41aa35ccc
commit 7a5abf1110
1 changed files with 0 additions and 4 deletions

View File

@ -118,7 +118,6 @@ function dispatch(wan_child, lan_child)
-- resume both branches -- resume both branches
if WAN_ENABLED then if WAN_ENABLED then
-- TODO send incoming pulses to syslog
coroutine.resume(wan_child, sensor_id, timestamp, counter) coroutine.resume(wan_child, sensor_id, timestamp, counter)
end end
@ -130,9 +129,6 @@ function dispatch(wan_child, lan_child)
coroutine.resume(lan_child, sensor_id, timestamp, false, counter, extra) coroutine.resume(lan_child, sensor_id, timestamp, false, counter, extra)
end end
end end
-- check in the e branch whether the counter has increased, if not then discard
-- chech in both branches whether timestamp has increased
-- or do we override??
end end
end end
end) end)