Undo some changes

distr-updates
A. R. Shajii 2025-04-21 15:15:45 -04:00
parent b605d859b9
commit 70dd6bc499
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -68,4 +68,3 @@ jit/codon/version.py
temp/
playground/
scratch*.*
/_*

View File

@ -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) {