Skip to content

Commit

Permalink
[brief] Removing a left-over unused attribute in filesystem.
Browse files Browse the repository at this point in the history
[detailed]
- Not sure why that was there to begin with.
  • Loading branch information
marovira committed Sep 8, 2024
1 parent d790f39 commit 3dc6323
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/zeus/filesystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ namespace zeus
# endif

fs::path file_path{filename};
[[maybe_unused]]
std::error_code code;
auto ftime = fs::last_write_time(file_path, code);
if (code && current_build == BuildType::debug)
Expand Down

0 comments on commit 3dc6323

Please sign in to comment.