Skip to content

Commit

Permalink
Codefactor++
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 24, 2024
1 parent ebd646f commit cae3f50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/fsmod/JBODStorage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ namespace simgrid::fsmod {


protected:

s4u::IoPtr read_async(sg_size_t size) override;
void read(sg_size_t size) override;
s4u::IoPtr write_async(sg_size_t size) override;
Expand Down
1 change: 0 additions & 1 deletion include/fsmod/Storage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ namespace simgrid::fsmod {
*/
class XBT_PUBLIC Storage {


public:
[[nodiscard]] const std::string& get_name() const;
[[nodiscard]] const char* get_cname() const;
Expand Down

0 comments on commit cae3f50

Please sign in to comment.