emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 1b3fc8a: ; Remove redundant code in gmalloc.c


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 1b3fc8a: ; Remove redundant code in gmalloc.c
Date: Sun, 23 Oct 2016 15:06:34 +0000 (UTC)

branch: emacs-25
commit 1b3fc8ab4960a1e6cb8d614953f2ba252155ade0
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; 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.
---
 src/gmalloc.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/gmalloc.c b/src/gmalloc.c
index 00b8364..d2762d7 100644
--- a/src/gmalloc.c
+++ b/src/gmalloc.c
@@ -39,10 +39,6 @@ License along with this library.  If not, see 
<http://www.gnu.org/licenses/>.
 #include <pthread.h>
 #endif
 
-#ifdef WINDOWSNT
-#include <w32heap.h>   /* for sbrk */
-#endif
-
 #ifdef emacs
 extern void emacs_abort (void);
 #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]