diff options
| author | Eli Zaretskii | 2016-10-23 18:05:48 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-10-23 18:05:48 +0300 |
| commit | 1b3fc8ab4960a1e6cb8d614953f2ba252155ade0 (patch) | |
| tree | c9e606383dc03b354592c106055b944e7d04b046 /src/gmalloc.c | |
| parent | 9afea93ed536fb9110ac62b413604cf4c4302199 (diff) | |
| download | emacs-1b3fc8ab4960a1e6cb8d614953f2ba252155ade0.tar.gz emacs-1b3fc8ab4960a1e6cb8d614953f2ba252155ade0.zip | |
; 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.
Diffstat (limited to 'src/gmalloc.c')
| -rw-r--r-- | src/gmalloc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c index 00b83641319..d2762d74e53 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/>. | |||
| 39 | #include <pthread.h> | 39 | #include <pthread.h> |
| 40 | #endif | 40 | #endif |
| 41 | 41 | ||
| 42 | #ifdef WINDOWSNT | ||
| 43 | #include <w32heap.h> /* for sbrk */ | ||
| 44 | #endif | ||
| 45 | |||
| 46 | #ifdef emacs | 42 | #ifdef emacs |
| 47 | extern void emacs_abort (void); | 43 | extern void emacs_abort (void); |
| 48 | #endif | 44 | #endif |