aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-26 18:45:35 +0000
committerEli Zaretskii2006-05-26 18:45:35 +0000
commit3851cada29f1ff4e5b5d2987b6dbfd972faac849 (patch)
tree1ff7031b3f19e164435c77d34961509b754748b3
parentecf783fadafe5bb6ea3a80abfa6380703ce9b2dc (diff)
downloademacs-3851cada29f1ff4e5b5d2987b6dbfd972faac849.tar.gz
emacs-3851cada29f1ff4e5b5d2987b6dbfd972faac849.zip
(etext, edata): Remove unused definitions.
-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;