Commit 2ccb0785 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed useless variadic template parameter from Benchmarks::time methods

parent 6d851dec
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -241,8 +241,7 @@ public:

   template< typename Device,
             typename ResetFunction,
             typename ComputeFunction,
             typename... NextComputations >
             typename ComputeFunction >
   inline double
   time( ResetFunction reset,
         const String & performer,
@@ -291,8 +290,7 @@ public:
   }

   template< typename Device,
             typename ComputeFunction,
             typename... NextComputations >
             typename ComputeFunction >
   inline double
   time( const String & performer,
         ComputeFunction & compute )