1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-17 11:20:39 -08:00

; Remove redundant code in gmalloc.c

* src/gmalloc.c [WINDOWSNT]: Remove MS-Windows only inclusion of
w32heap.h, as the MS-Windows build no longer uses gmalloc.c.
This commit is contained in:
Eli Zaretskii 2016-10-23 18:05:48 +03:00
parent 9afea93ed5
commit 1b3fc8ab49

View file

@ -39,10 +39,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
#include <pthread.h> #include <pthread.h>
#endif #endif
#ifdef WINDOWSNT
#include <w32heap.h> /* for sbrk */
#endif
#ifdef emacs #ifdef emacs
extern void emacs_abort (void); extern void emacs_abort (void);
#endif #endif