diff options
author | Maria Matejka <mq@ucw.cz> | 2019-02-18 14:57:15 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-02-20 22:30:55 +0100 |
commit | 32793ab685b047b553d6f7afc23b3245e8850e4a (patch) | |
tree | d0c1b574ca11dce3ac0607bafd1d1f1a419a0a6a /conf | |
parent | d348a916f57cb0ac390718295624dd9a1cf2d32a (diff) |
Filter: Fixed bugs in FI_CALL and FI_SWITCH
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 62415b4c..dcc92365 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -50,7 +50,6 @@ CF_DECLS struct channel_config *cc; struct f_inst *x; struct f_inst *xp[2]; - struct { struct f_inst *inst; uint count; } xc; enum filter_return fret; enum ec_subtype ecs; struct f_dynamic_attr fda; |