mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Removed now unused var.
This commit is contained in:
parent
e8ff2ba595
commit
51aacc981b
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki desktop environment
|
* This file is part of the Contiki desktop environment
|
||||||
*
|
*
|
||||||
* $Id: htmlparser.c,v 1.3 2006/10/06 21:14:28 oliverschmidt Exp $
|
* $Id: htmlparser.c,v 1.4 2006/10/06 21:28:18 oliverschmidt Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -364,7 +364,7 @@ static void
|
|||||||
parse_tag(void)
|
parse_tag(void)
|
||||||
{
|
{
|
||||||
static char *tagattrparam;
|
static char *tagattrparam;
|
||||||
static unsigned char size, i;
|
static unsigned char size;
|
||||||
|
|
||||||
static char dummy;
|
static char dummy;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user