Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
frs69wq committed May 17, 2024
1 parent 3fde9f4 commit 1aaba46
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/jbod.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#include <iostream>

#include <simgrid/s4u/NetZone.hpp>
#include <simgrid/s4u/Engine.hpp>
#include <simgrid/s4u/Actor.hpp>
#include <iostream>
#include <utility>

#include "../include/fsmod.hpp"
Expand All @@ -13,7 +12,6 @@ namespace sg4 = simgrid::s4u;
namespace sgfs = simgrid::module::fs;

class FileWriterActor {
private:
std::shared_ptr<sgfs::FileSystem> fs_;
std::string file_path_;
sg_size_t num_bytes_;
Expand All @@ -39,8 +37,6 @@ class FileWriterActor {
}
};



int main(int argc, char **argv) {

sg4::Engine engine(&argc, argv);
Expand Down

0 comments on commit 1aaba46

Please sign in to comment.