We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f89ad7 commit 7ba0dfbCopy full SHA for 7ba0dfb
1 file changed
console/executor.cpp
@@ -45,7 +45,6 @@ static const auto application_name = "bs";
45
static constexpr int initialize_stop = 0;
46
static constexpr int directory_exists = 0;
47
static constexpr int directory_not_found = 2;
48
-static const auto mode = std::ofstream::out | std::ofstream::app;
49
50
std::promise<code> executor::stopping_;
51
0 commit comments