aboutsummaryrefslogtreecommitdiff
path: root/src/CheckpointRecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/CheckpointRecovery.c')
-rw-r--r--src/CheckpointRecovery.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CheckpointRecovery.c b/src/CheckpointRecovery.c
index ba32fb7..93bad2a 100644
--- a/src/CheckpointRecovery.c
+++ b/src/CheckpointRecovery.c
@@ -1085,7 +1085,6 @@ static void SetInputFlag (int vindex, const char *optstring, void *flags)
}
/* warn about other options */
- iterator = Util_TableItCreate (table);
for (iterator = Util_TableItCreate (table);
Util_TableItQueryIsNonNull (iterator) > 0 &&
Util_TableItQueryKeyValueInfo (iterator, sizeof (key), key, 0, 0) >0;