Remove dead code in test_options_validate_impl().

Dead branch found by Coverity in CID #1405875.
This commit is contained in:
Alexander Færøy
2017-05-05 17:07:18 +02:00
parent 60e97953ef
commit 7344a4fdc6
-2
View File
@@ -187,8 +187,6 @@ test_options_validate_impl(const char *configuration,
goto done;
}
tt_int_op((r == 0), OP_EQ, (msg == NULL));
if (r)
goto done;
r = config_assign(&options_format, opt, cl, 0, &msg);
if (phase == PH_ASSIGN) {