From: Daniel Colascione Date: Mon, 8 Oct 2012 08:18:01 +0000 (-0800) Subject: fix NT build X-Git-Tag: emacs-24.2.90~237^2~61^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a28a3ae36276ad96cd41c1843d9ae0881390c840;p=emacs.git fix NT build --- diff --git a/src/w32heap.c b/src/w32heap.c index bc8aa356923..0ff473fb0a8 100644 --- a/src/w32heap.c +++ b/src/w32heap.c @@ -35,8 +35,6 @@ SYSTEM_INFO sysinfo_cache; extern unsigned long syspage_mask; OSVERSIONINFO osinfo_cache; -size_t syspage_mask = 0; - /* The major and minor versions of NT. */ int w32_major_version; int w32_minor_version;