diff src/ralloc.c @ 10432:15d01ad97928

(r_alloc_init): Remove unused variable END.
author Roland McGrath <roland@gnu.org>
date Sun, 15 Jan 1995 13:04:55 +0000
parents d50850d0c8f8
children 5659c0885145
line wrap: on
line diff
--- a/src/ralloc.c	Sun Jan 15 11:00:38 1995 +0000
+++ b/src/ralloc.c	Sun Jan 15 13:04:55 1995 +0000
@@ -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 @@
 static void
 r_alloc_init ()
 {
-  POINTER end;
-
   if (r_alloc_initialized)
     return;