aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/w32heap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32heap.c b/src/w32heap.c
index f1fa196abe7..e1bdd867721 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -42,10 +42,6 @@ OSVERSIONINFO osinfo_cache;
42 42
43unsigned long syspage_mask = 0; 43unsigned long syspage_mask = 0;
44 44
45/* These are defined to get Emacs to compile, but are not used. */
46int edata;
47int etext;
48
49/* The major and minor versions of NT. */ 45/* The major and minor versions of NT. */
50int w32_major_version; 46int w32_major_version;
51int w32_minor_version; 47int w32_minor_version;