changeset 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 7981b19e9028
children 8859f1967e8f
files src/ralloc.c
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
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;