Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix clang builds
[simgrid.git] / 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);