summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/sio_standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/perform/sio_standalone.c')
-rw-r--r--tools/test/perform/sio_standalone.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/test/perform/sio_standalone.c b/tools/test/perform/sio_standalone.c
index 2e793fb..7c22b53 100644
--- a/tools/test/perform/sio_standalone.c
+++ b/tools/test/perform/sio_standalone.c
@@ -22,11 +22,6 @@
/* global variables */
int nCols = 80;
-/* ``get_option'' variables */
-int H5_opterr = 1; /*get_option prints errors if this is on */
-int H5_optind = 1; /*token pointer */
-const char *H5_optarg; /*flag argument (or value) */
-
int
get_option(int argc, const char **argv, const char *opts, const struct h5_long_options *l_opts)
{