Skip to content

Commit

Permalink
[ALSA] Fix compile warning in timer.c
Browse files Browse the repository at this point in the history
Fix a compile warning in timer.c due to unused variables.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 9c323fc commit 170a346
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/core/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,6 @@ static int snd_timer_register_system(void)
static void snd_timer_proc_read(struct snd_info_entry *entry,
struct snd_info_buffer *buffer)
{
unsigned long flags;
struct snd_timer *timer;
struct snd_timer_instance *ti;
struct list_head *p, *q;
Expand Down

0 comments on commit 170a346

Please sign in to comment.