aboutsummaryrefslogtreecommitdiffstats
path: root/src/ralloc.c
diff options
context:
space:
mode:
authorRoland McGrath1995-01-15 13:04:55 +0000
committerRoland McGrath1995-01-15 13:04:55 +0000
commit187996a8fd5712f7afc512b072edee55cdfe4a7f (patch)
treeefe7a5df8351238ad8c14fa5fc0ce53b52165849 /src/ralloc.c
parent4db1f5aa7b4b193a8c33f7f2bc2e1b27f5b940cd (diff)
downloademacs-187996a8fd5712f7afc512b072edee55cdfe4a7f.tar.gz
emacs-187996a8fd5712f7afc512b072edee55cdfe4a7f.zip
(r_alloc_init): Remove unused variable END.
Diffstat (limited to 'src/ralloc.c')
-rw-r--r--src/ralloc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ralloc.c b/src/ralloc.c
index 30832a41316..5a2e507feb2 100644
--- a/src/ralloc.c
+++ b/src/ralloc.c
@@ -1,11 +1,11 @@
1/* Block-relocating memory allocator. 1/* Block-relocating memory allocator.
2 Copyright (C) 1993 Free Software Foundation, Inc. 2 Copyright (C) 1993, 1995 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
6GNU Emacs is free software; you can redistribute it and/or modify 6GNU Emacs is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 1, or (at your option) 8the Free Software Foundation; either version 2, or (at your option)
9any later version. 9any later version.
10 10
11GNU Emacs is distributed in the hope that it will be useful, 11GNU Emacs is distributed in the hope that it will be useful,
@@ -959,8 +959,6 @@ extern POINTER (*__morecore) ();
959static void 959static void
960r_alloc_init () 960r_alloc_init ()
961{ 961{
962 POINTER end;
963
964 if (r_alloc_initialized) 962 if (r_alloc_initialized)
965 return; 963 return;
966 964