mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-12 21:29:56 +00:00
Remove not-needed stdio include from tests
Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#if defined(__clang__)
|
||||
#pragma clang diagnostic ignored "-Wunreachable-code"
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
|
||||
/*
|
||||
* Convert a string of the form "abcd" (case-insensitive) to a uint64_t.
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
#include <test/constant_flow.h>
|
||||
/* END_HEADER */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/* BEGIN_CASE */
|
||||
void mbedtls_ct_memcmp_null()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user