]> git.saurik.com Git - cycript.git/commitdiff
This %union field has been obsolete for six years.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 29 Nov 2015 09:42:48 +0000 (09:42 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 29 Nov 2015 09:42:48 +0000 (09:42 +0000)
Cycript.yy.in

index 97e752ae402bee1be3b03924be99d36539ad29a6..bb5f96343902e5baf65c62e9dc31927d41340ac9 100644 (file)
@@ -47,8 +47,6 @@ typedef struct {
     union {
         bool bool_;
 
-        CYDriver::Condition condition_;
-
         CYArgument *argument_;
         CYAssignment *assignment_;
         CYBoolean *boolean_;