X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea2df3dcf2a0d33ce7b611cc2758a73c9d29f677..ef753f4a6180065885bb97ce20ea62f4cc6bcc1c:/src/surf/disk_s19.hpp diff --git a/src/surf/disk_s19.hpp b/src/surf/disk_s19.hpp index b4c352bee3..c4a647366d 100644 --- a/src/surf/disk_s19.hpp +++ b/src/surf/disk_s19.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2013-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -41,9 +41,6 @@ public: class DiskS19 : public DiskImpl { public: using DiskImpl::DiskImpl; - void set_read_bandwidth(double value) override; - void set_write_bandwidth(double value) override; - void set_readwrite_bandwidth(double value) override; void apply_event(kernel::profile::Event* triggered, double value) override; DiskAction* io_start(sg_size_t size, s4u::Io::OpType type) override; };