Skip to content

Commit

Permalink
remove usage of db-path parameter in fift
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Jul 4, 2024
1 parent 7d2cbfc commit e93ec81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/fift/Fift.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ td::Result<int> Fift::interpret_istream(std::istream& stream, std::string curren
}

td::Result<int> Fift::do_interpret(IntCtx& ctx, bool is_interactive) {
ctx.ton_db = &config_.ton_db;
ctx.source_lookup = &config_.source_lookup;
ctx.dictionary = ctx.main_dictionary = ctx.context = config_.dictionary;
ctx.output_stream = config_.output_stream;
Expand Down
2 changes: 2 additions & 0 deletions crypto/fift/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include "td/utils/filesystem.h"
#include "td/utils/misc.h"
#include "td/utils/port/path.h"
#include "vm/boc.h"
#include <map>

namespace fift {
namespace {
Expand Down

0 comments on commit e93ec81

Please sign in to comment.