bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mach-defpager/kalloc.c (kalloc_init): remove unused variables


From: Samuel Thibault
Subject: Re: mach-defpager/kalloc.c (kalloc_init): remove unused variables
Date: Thu, 30 May 2013 00:14:45 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Miguel Figueiredo, le Sat 25 May 2013 11:54:47 +0100, a écrit :
> 2013-05-14 Miguel Figueiredo <elmig@debianpt.org>
> 
> * mach-defpager/kalloc.c (kalloc_init): remove unused variables

Applied, thanks.

> diff --git a/mach-defpager/kalloc.c b/mach-defpager/kalloc.c
> index 8efb85f..2f42509 100644
> --- a/mach-defpager/kalloc.c
> +++ b/mach-defpager/kalloc.c
> @@ -92,8 +92,6 @@ boolean_t             kalloc_initialized = FALSE;
> 
>  void kalloc_init(void)
>  {
> -       vm_offset_t min, max;
> -       vm_size_t size;
>         register int i;

Please take care when copy/pasting a patch. The source code has tabs,
not spaces. I usually rather ask my editor to read from the patch file
(i.e. :r in vim for instance)

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]