diff options
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) { |