# HG changeset patch # User Roland McGrath # Date 790175095 0 # Node ID 15d01ad9792842265b83badaa67c55c4ad1478f1 # Parent 7981b19e9028ba0a72b97f26e32f7b9ce8365a6e (r_alloc_init): Remove unused variable END. diff -r 7981b19e9028 -r 15d01ad97928 src/ralloc.c --- 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;