Re: [Qemu-devel] [PATCH] Remove unused spin_trylock() function

2010-12-05 Thread Blue Swirl
Thanks, applied. On Wed, Dec 1, 2010 at 7:44 PM, Peter Maydell wrote: > Remove the spin_trylock() function, as it is not used anywhere, > and is not even implemented if CONFIG_USE_NPTL is defined. > > Signed-off-by: Peter Maydell > --- >  qemu-lock.h |   10 -- >  1 files changed, 0 inser

[Qemu-devel] [PATCH] Remove unused spin_trylock() function

2010-12-01 Thread Peter Maydell
Remove the spin_trylock() function, as it is not used anywhere, and is not even implemented if CONFIG_USE_NPTL is defined. Signed-off-by: Peter Maydell --- qemu-lock.h | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/qemu-lock.h b/qemu-lock.h index 9a3e6ac..65ca