summaryrefslogtreecommitdiffstats
path: root/libopkg/active_list.h
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:32:19 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:32:19 (EST)
commit32ee5d15aca5dcdae46084c4a07fb7a072af379a (patch)
tree7fb664dae18f5ffdde54f0900f9e25881fdfb37d /libopkg/active_list.h
parent261c929147fe205f35a57df70b4c126148903416 (diff)
opkg: refactory active_list_next remove unnecessary field.
git-svn-id: http://opkg.googlecode.com/svn/trunk@168 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
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;
};