]> git.eshelyaron.com Git - emacs.git/commitdiff
(r_alloc_init): Remove unused variable END.
authorRoland McGrath <roland@gnu.org>
Sun, 15 Jan 1995 13:04:55 +0000 (13:04 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 15 Jan 1995 13:04:55 +0000 (13:04 +0000)
src/ralloc.c

index 30832a41316386869b2abfdd7c5b01222a12340a..5a2e507feb22a97a5464872864a49535d4b3fb3c 100644 (file)
@@ -1,11 +1,11 @@
 /* Block-relocating memory allocator. 
-   Copyright (C) 1993 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -959,8 +959,6 @@ extern POINTER (*__morecore) ();
 static void
 r_alloc_init ()
 {
-  POINTER end;
-
   if (r_alloc_initialized)
     return;