From: Jay Freeman (saurik) Date: Sun, 29 Nov 2015 09:42:48 +0000 (+0000) Subject: This %union field has been obsolete for six years. X-Git-Tag: v0.9.590~266 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/4a579637b1b04a620da7eadf3848a63013da9222 This %union field has been obsolete for six years. --- diff --git a/Cycript.yy.in b/Cycript.yy.in index 97e752a..bb5f963 100644 --- a/Cycript.yy.in +++ b/Cycript.yy.in @@ -47,8 +47,6 @@ typedef struct { union { bool bool_; - CYDriver::Condition condition_; - CYArgument *argument_; CYAssignment *assignment_; CYBoolean *boolean_;