]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/storage_n11.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / surf / storage_n11.hpp
index 8d9e65c5e104735e52c363d32ae422d1d00ecc17..6a5eabd1401fe8a49e6c52e89fac5cbbc5877cc7 100644 (file)
@@ -32,7 +32,6 @@ public:
   ~StorageN11Model();
   Storage *createStorage(const char* id, const char* type_id,
        const char* content_name, const char* content_type, xbt_dict_t properties, const char* attach) override;
-  void addTraces() override {DIE_IMPOSSIBLE;}
   double next_occuring_event(double now) override;
   void updateActionsState(double now, double delta) override;
 };