From e424d0814d254ec4a59bd401d63a41abd4183345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 23 Mar 2015 14:31:50 +0100 Subject: [PATCH] Refresh generated file after merge --- library/version_features.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/version_features.c b/library/version_features.c index 747fc9204..342bdd401 100644 --- a/library/version_features.c +++ b/library/version_features.c @@ -465,9 +465,6 @@ static const char *features[] = { #if defined(POLARSSL_MD5_C) "POLARSSL_MD5_C", #endif /* POLARSSL_MD5_C */ -#if defined(POLARSSL_MEMORY_C) - "POLARSSL_MEMORY_C", -#endif /* POLARSSL_MEMORY_C */ #if defined(POLARSSL_MEMORY_BUFFER_ALLOC_C) "POLARSSL_MEMORY_BUFFER_ALLOC_C", #endif /* POLARSSL_MEMORY_BUFFER_ALLOC_C */