summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-02-19 01:05:06 +0000
committerThom Johansen <thomj@rockbox.org>2006-02-19 01:05:06 +0000
commit2c3ae4a3ab016d457d7405e5f782943cec928692 (patch)
tree25fe6fd73538ab45be5bdfb2f903b5adfc39c6d1 /firmware
parentf761cec1931f28c736fc5b152acc07ea8cabd93f (diff)
downloadrockbox-2c3ae4a3ab016d457d7405e5f782943cec928692.tar.gz
rockbox-2c3ae4a3ab016d457d7405e5f782943cec928692.zip
Remove unneeded variable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8732 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/pcm_playback.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/pcm_playback.c b/firmware/pcm_playback.c
index 634d280a74..a48002ce00 100644
--- a/firmware/pcm_playback.c
+++ b/firmware/pcm_playback.c
@@ -494,8 +494,6 @@ bool pcm_is_playing(void)
494 return pcm_playing; 494 return pcm_playing;
495} 495}
496 496
497unsigned int fiq_count IBSS_ATTR;
498
499/* ASM optimised FIQ handler. GCC fails to make use of the fact that FIQ mode 497/* ASM optimised FIQ handler. GCC fails to make use of the fact that FIQ mode
500 has registers r8-r14 banked, and so does not need to be saved. This routine 498 has registers r8-r14 banked, and so does not need to be saved. This routine
501 uses only these registers, and so will never touch the stack unless it 499 uses only these registers, and so will never touch the stack unless it