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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user