commit | 630ad800812747f3a431b286c9654f5795b892a7 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jun 13 15:30:00 2013 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Aug 18 21:04:07 2013 -0700 |
tree | 07bb357cc139ce350988d82c13e86f3a4fde1f25 | |
parent | 6f744d4cdbbf5c71ef1db9fa0cf7b6c49862030f [diff] |
rcu: Remove unused variable from rcu_torture_writer() The oldbatch variable in rcu_torture_writer() is stored to, but never loaded from. This commit therefore removes it. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>