| To: | Ralf Baechle <ralf@linux-mips.org>, mipslist <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH]: sgiserial 5/7: remove test_done (unused variable) |
| From: | Juan Quintela <quintela@mandrakesoft.com> |
| Date: | Thu, 27 Mar 2003 03:54:23 +0100 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi
test_done is not used in the code.
build/drivers/sgi/char/sgiserial.c | 2 --
1 files changed, 2 deletions(-)
diff -puN build/drivers/sgi/char/sgiserial.c~sgiserial_remove_test_done
build/drivers/sgi/char/sgiserial.c
--- 24/build/drivers/sgi/char/sgiserial.c~sgiserial_remove_test_done
2003-03-22 02:07:19.000000000 +0100
+++ 24-quintela/build/drivers/sgi/char/sgiserial.c 2003-03-22
02:07:25.000000000 +0100
@@ -1845,8 +1845,6 @@ rs_cons_check(struct sgi_serial *ss, int
}
}
-volatile int test_done;
-
/* rs_init inits the driver */
int rs_init(void)
{
_
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH]: sgiserial 4/7: s/MIN/min/, Juan Quintela |
|---|---|
| Next by Date: | [PATCH]: sgiserial 6/7: Remove declare only stuff, Juan Quintela |
| Previous by Thread: | [PATCH]: sgiserial 4/7: s/MIN/min/, Juan Quintela |
| Next by Thread: | [PATCH]: sgiserial 6/7: Remove declare only stuff, Juan Quintela |
| Indexes: | [Date] [Thread] [Top] [All Lists] |