1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Remove unnecessary if defined

This commit removes unnecessary if defined for multiple files as they
are already guarded.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey
2024-10-21 12:00:24 +01:00
parent 924dca9d39
commit bef54c5003
3 changed files with 0 additions and 6 deletions

View File

@ -718,8 +718,6 @@ void mbedtls_test_err_add_check(int high, int low,
}
}
#if defined(MBEDTLS_TEST_HOOKS)
void (*mbedtls_test_hook_error_add)(int, int, const char *, int);
#endif
#endif /* MBEDTLS_TEST_HOOKS */