mirror of https://github.com/exaloop/codon.git
Undo some changes
parent
b605d859b9
commit
70dd6bc499
|
@ -68,4 +68,3 @@ jit/codon/version.py
|
|||
temp/
|
||||
playground/
|
||||
scratch*.*
|
||||
/_*
|
||||
|
|
|
@ -292,7 +292,6 @@ int jitMode(const std::vector<const char *> &args) {
|
|||
llvm::cl::ParseCommandLineOptions(args.size(), args.data());
|
||||
initLogFlags(log);
|
||||
codon::jit::JIT jit(args[0]);
|
||||
// jit.setForgetful();
|
||||
|
||||
// load plugins
|
||||
for (const auto &plugin : plugins) {
|
||||
|
|
Loading…
Reference in New Issue