Commit 2d362584 authored by Paul E. McKenney's avatar Paul E. McKenney

rcuperf: Remove unused torturing_tasks() function

The torturing_tasks() function in rcuperf.c is not used, so this commit
removes it.
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 6bea2cc5
...@@ -369,11 +369,6 @@ static unsigned long rcuperf_seq_diff(unsigned long new, unsigned long old) ...@@ -369,11 +369,6 @@ static unsigned long rcuperf_seq_diff(unsigned long new, unsigned long old)
return cur_ops->gp_diff(new, old); return cur_ops->gp_diff(new, old);
} }
static bool __maybe_unused torturing_tasks(void)
{
return cur_ops == &tasks_ops;
}
/* /*
* If performance tests complete, wait for shutdown to commence. * If performance tests complete, wait for shutdown to commence.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment