X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Factive_list.h;h=79ab77d5fc9abb60a130f11b335d3847b54ff76b;hp=a32070fc0354ffaa664bc2ce3d26ffcb93b5134e;hb=32ee5d15aca5dcdae46084c4a07fb7a072af379a;hpb=261c929147fe205f35a57df70b4c126148903416 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; };