1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Remove a few useless #defines

This commit is contained in:
Manuel Pégourié-Gonnard
2015-01-19 16:07:53 +00:00
committed by Paul Bakker
parent f90016aade
commit 7c9e75a836
46 changed files with 0 additions and 117 deletions

View File

@ -31,8 +31,6 @@
#else
#define polarssl_printf printf
#define polarssl_fprintf fprintf
#define polarssl_malloc malloc
#define polarssl_free free
#endif
#if defined(_WIN32)