]> sigrok.org Git - sigrok-cli.git/blobdiff - input.c
Remove unnecessary extern option variable declarations.
[sigrok-cli.git] / input.c
diff --git a/input.c b/input.c
index 566fd1d55dcf6b2f838f3de8b2f19b3db0245d46..d2adde6998b7d4d396e314bf42dd0b5f67bc87f7 100644 (file)
--- a/input.c
+++ b/input.c
 #include <string.h>
 #include <glib.h>
 
-extern gchar *opt_input_file;
-extern gchar *opt_input_format;
-extern gchar *opt_channels;
-
-
 /**
  * Return the input file format which the CLI tool should use.
  *