Преглед на файлове

Remove unused parameter (Output)

Eric Ramat преди 3 години
родител
ревизия
b848e09954
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/artis-star/common/observer/Output.hpp

+ 1 - 1
src/artis-star/common/observer/Output.hpp

@@ -67,7 +67,7 @@ struct TimedIterator
   double _begin;
   double _begin;
   double _step;
   double _step;
 
 
-  double begin(const std::vector <DiscreteTimeIterator<Time>> &its) const
+  double begin(const std::vector <DiscreteTimeIterator<Time>> & /* its */) const
   { return _begin; }
   { return _begin; }
 
 
   iterator_type build(const typename View<Time>::Values &view) const
   iterator_type build(const typename View<Time>::Values &view) const