]> git.saurik.com Git - cycript.git/blobdiff - Driver.cpp
Move uses of super/return stack next to Lex rules.
[cycript.git] / Driver.cpp
index 83b9462f9199e65d1689a3bc18b99c0fb9c45b75..788afee05c58a8546c93c16fcd4cdc73b2e2f35e 100644 (file)
@@ -28,7 +28,6 @@ CYDriver::CYDriver(CYPool &pool, std::istream &data, const std::string &filename
     pool_(pool),
     newline_(false),
     last_(false),
-    next_(false),
     data_(data),
     debug_(0),
     strict_(false),