diff options
| author | Thom Johansen <thomj@rockbox.org> | 2006-02-19 01:05:06 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2006-02-19 01:05:06 +0000 |
| commit | 2c3ae4a3ab016d457d7405e5f782943cec928692 (patch) | |
| tree | 25fe6fd73538ab45be5bdfb2f903b5adfc39c6d1 | |
| parent | f761cec1931f28c736fc5b152acc07ea8cabd93f (diff) | |
| download | rockbox-2c3ae4a3ab016d457d7405e5f782943cec928692.zip rockbox-2c3ae4a3ab016d457d7405e5f782943cec928692.tar.gz rockbox-2c3ae4a3ab016d457d7405e5f782943cec928692.tar.bz2 rockbox-2c3ae4a3ab016d457d7405e5f782943cec928692.tar.xz | |
Remove unneeded variable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8732 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/pcm_playback.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/pcm_playback.c b/firmware/pcm_playback.c index 634d280..a48002c 100644 --- a/firmware/pcm_playback.c +++ b/firmware/pcm_playback.c @@ -494,8 +494,6 @@ bool pcm_is_playing(void) return pcm_playing; } -unsigned int fiq_count IBSS_ATTR; - /* ASM optimised FIQ handler. GCC fails to make use of the fact that FIQ mode has registers r8-r14 banked, and so does not need to be saved. This routine uses only these registers, and so will never touch the stack unless it |