diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:23:49 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:23:49 -0500 |
commit | 8ce0e125a199413c6247c038dfce288bb7e24942 (patch) | |
tree | 44b8c20f0c02550d95f3415aea54ccdef567034a | |
parent | 064796ea8652a8581417737fa835f2dccb4358a0 (diff) |
removed obsolete comment
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index f6d309d..a60ed83 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -343,8 +343,6 @@ static gboolean periodic_poll (void) // FIXME - gpib input - should have it's own thread? // - // FIXME - comment out everything up to "return TRUE" if this section - // is crashing due to non-functional bus GPIB_check_for_device_clear_signal(); if (GPIB_check_for_messages(globals.Registers.gpib_buffer)) { if (GPIB_handle_new_input(globals.Registers.gpib_buffer)) { |