Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix clang builds
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 14 Mar 2022 20:46:27 +0000 (21:46 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 14 Mar 2022 20:46:27 +0000 (21:46 +0100)
src/kernel/resource/profile/ProfileBuilder.cpp

index ad0a63d..59abe23 100644 (file)
@@ -103,7 +103,6 @@ public:
     double last_date=0;
     boost::split(list, input, boost::is_any_of("\n\r"));
     for (auto val : list) {
-      simgrid::kernel::profile::DatedValue event;
       simgrid::kernel::profile::StochasticDatedValue stochevent;
       linecount++;
       boost::trim(val);