mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
(r_alloc_init): Remove unused variable END.
This commit is contained in:
parent
4db1f5aa7b
commit
187996a8fd
1 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue