From 39cf0705af91fc0fb3fb870ed43bf36cbb21c295 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 4 Dec 2021 18:08:48 -0800 Subject: [PATCH] [nfc] remove legacy memory.h line in Windows config.h The last use of this macro was removed in 5cbd4ebcd8254e51569b7209cb964f7d260319fb. --- windows/include/config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/windows/include/config.h b/windows/include/config.h index aeca47744..acf135997 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -144,9 +144,6 @@ /* Define to 1 if you have the `lrand48' function. */ /* #undef HAVE_LRAND48 */ -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - /* Define if you have the ming library for SWF support */ /* #undef HAVE_MING */ -- 2.40.0