X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/409bf766837f535d9be1568692ec0814bf835118..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/include/simgrid/kernel/Timer.hpp diff --git a/include/simgrid/kernel/Timer.hpp b/include/simgrid/kernel/Timer.hpp index 6add5c2cee..3a98068f9b 100644 --- a/include/simgrid/kernel/Timer.hpp +++ b/include/simgrid/kernel/Timer.hpp @@ -1,5 +1,4 @@ -/* Copyright (c) 2021. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2021-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. */ @@ -33,7 +32,6 @@ class Timer { public: double get_date() const { return date_; } - Timer(double date, xbt::Task&& callback) : date_(date), callback(std::move(callback)) {} void remove();