Skip to content

Commit 7ba0dfb

Browse files
committed
Remove dead code.
1 parent 5f89ad7 commit 7ba0dfb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

console/executor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ static const auto application_name = "bs";
4545
static constexpr int initialize_stop = 0;
4646
static constexpr int directory_exists = 0;
4747
static constexpr int directory_not_found = 2;
48-
static const auto mode = std::ofstream::out | std::ofstream::app;
4948

5049
std::promise<code> executor::stopping_;
5150

0 commit comments

Comments
 (0)