1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-10-19 02:23:41 +08: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

@@ -30,9 +30,6 @@
#include "polarssl/platform.h"
#else
#define polarssl_printf printf
#define polarssl_fprintf fprintf
#define polarssl_malloc malloc
#define polarssl_free free
#endif
#include <stdlib.h>