Skip to content

Commit

Permalink
Refactor open_file function in aging.cpp to remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
janjurca committed May 7, 2024
1 parent 5409a3a commit ee6fded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/scenarios/aging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ int AgingScenario::open_file(const char* path, int flags) {
}
}
#elif __linux__ || __unix__ || defined(_POSIX_VERSION)
int flags = flags;
if (getParameter("direct_io").get_bool()) {
flags |= O_DIRECT;
}
Expand Down

0 comments on commit ee6fded

Please sign in to comment.