Removed unnecessary test

This commit is contained in:
Ethan Looney
2020-11-02 14:22:01 -07:00
parent 8728eaf93f
commit 48073fb678

View File

@@ -29205,11 +29205,6 @@ static int test_wolfSSL_GetLoggingCb (void)
if (wolfSSL_GetLoggingCb() == NULL) {
ret = 0;
}
if (ret == 0) {
if (wolfSSL_GetLoggingCb() != NULL) {
ret = -1;
}
}
}
printf(resultFmt, ret == 0 ? passed : failed);