mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 09:25:51 +00:00
Remove unused function
This commit is contained in:
@@ -71,11 +71,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
int getNumberOfThreads () const;
|
int getNumberOfThreads () const;
|
||||||
|
|
||||||
template <class F, class T1>
|
|
||||||
void operator () (int numberOfIterations, T1 t1)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Execute parallel for loop.
|
/** Execute parallel for loop.
|
||||||
|
|
||||||
Functor is called once for each value in the range
|
Functor is called once for each value in the range
|
||||||
|
|||||||
Reference in New Issue
Block a user