mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
This reverts commit bf6bb800c4.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include "executable_semantics/syntax_helpers.h"
|
||||
|
||||
@@ -24,9 +23,5 @@ int main(int argc, char* argv[]) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
if (argc > 2 && argv[2] == std::string("-trace")) {
|
||||
Carbon::tracing_output = true;
|
||||
}
|
||||
return yyparse();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user