Remove unused spin_trylock() function
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Dec 2010 19:44:38 +0000 (19:44 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 4 Dec 2010 21:21:28 +0000 (21:21 +0000)
commit53016fa69c1fc7ed257272f36cb84b6623f73332
tree168bedd5cdfd46286f63f63e81d70b073b5a1b08
parentedcdd562baff02bb8de974c46a2b984b7d5b0da9
Remove unused spin_trylock() function

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 <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
qemu-lock.h