Skip to content

Commit

Permalink
Remove wierd guard
Browse files Browse the repository at this point in the history
  • Loading branch information
T3C42 committed Dec 2, 2024
1 parent f96d346 commit 7a8a6b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mt-kahypar/dynamic/dynamic_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@ namespace mt_kahypar::dyn {
}

void initOutputFile(Context& context) {
if (context.dynamic.server) {
return;
}
generateFileName(context);
std::string filename = context.dynamic.output_path;
std::ofstream file(filename);
Expand Down

0 comments on commit 7a8a6b3

Please sign in to comment.