summaryrefslogtreecommitdiffstats
path: root/tools/src/h5repack/h5repack_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src/h5repack/h5repack_main.c')
-rw-r--r--tools/src/h5repack/h5repack_main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/src/h5repack/h5repack_main.c b/tools/src/h5repack/h5repack_main.c
index b4e5470..a146499 100644
--- a/tools/src/h5repack/h5repack_main.c
+++ b/tools/src/h5repack/h5repack_main.c
@@ -416,14 +416,7 @@ int parse_command_line(int argc, const char **argv, pack_opt_t* options)
int ret_value = 0;
/* parse command line options */
-#if 0
while (EOF != (opt = get_option(argc, argv, s_opts, l_opts))) {
-#else
- for (opt = get_option(argc, argv, s_opts, l_opts);
- opt != EOF;
- opt = get_option(argc, argv, s_opts, l_opts))
- {
-#endif
switch ((char) opt) {
/* -i for backward compatibility */