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

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