BIT-1384: Remove -O (optimize scripts) command-line option.

This commit is contained in:
Jon Siwek 2015-04-27 14:45:02 -05:00
parent da24fa40a5
commit b42706f0b5
8 changed files with 47 additions and 1003 deletions

View file

@ -46,6 +46,4 @@ extern vector<string> params;
class Stmt;
extern Stmt* stmts; // global statements
extern int optimize;
#endif