X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fzconf.y;fp=config%2Fzconf.y;h=60936c76865bfb07e6fb1f2767bc1514e69a6169;hp=69409abc7dc29c9b4ea1e75fb24d4a89f14f2e65;hb=68f78125c955c5afd532fa2b7ed53252f960ca60;hpb=e017a914b2679d669e201cc76f812b641aa7eea3 diff --git a/config/zconf.y b/config/zconf.y index 69409ab..60936c7 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -35,7 +35,6 @@ static struct menu *current_menu, *current_entry; %union { char *string; - struct file *file; struct symbol *symbol; struct expr *expr; struct menu *menu;