summaryrefslogtreecommitdiffstats
path: root/common/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/list.c')
-rw-r--r--common/list.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/list.c b/common/list.c
index 9df7f6a1..f67a08ab 100644
--- a/common/list.c
+++ b/common/list.c
@@ -205,7 +205,6 @@ void APP_CC
list_dump_items(struct list* self)
{
int index;
- tbus item;
if (self->count == 0)
{