X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f6dcf744e4ee2d2a37a502be2d365d48290d5c6..4a6b0a991a67e6f2f67c03fed43529e078da7115:/src/surf/storage_n11.hpp?ds=sidebyside diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index 8d9e65c5e1..6a5eabd140 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -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; };