diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-26 15:14:53 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-26 15:14:53 -0400 |
commit | eec87f54328d64828fd37575f18b23430b670485 (patch) | |
tree | 25cbd9045be9196ebf7f7982e897e52ce198ab63 /error_utils.c | |
parent | 82e549f79c290d6a97cf9161476eeb58cb564da3 (diff) |
initial addition of gpib driver
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/error_utils.c b/error_utils.c index 32ea779..f0e889c 100644 --- a/error_utils.c +++ b/error_utils.c @@ -120,8 +120,6 @@ void queue_error_from_parser(gchar** response, int error_num) } -void queue_error_for_gpib_only(int error_num); - void queue_error_for_gpib_only(int error_num) { if (error_num == OK) { |