summaryrefslogtreecommitdiffstats
path: root/libopkg/active_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/active_list.h')
-rw-r--r--libopkg/active_list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopkg/active_list.h b/libopkg/active_list.h
index a32070f..79ab77d 100644
--- a/libopkg/active_list.h
+++ b/libopkg/active_list.h
@@ -23,7 +23,6 @@
struct active_list {
struct list_head node;
struct list_head depend;
- char walked;
struct active_list *depended;
};