mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
Cleanup: remove unused variable
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4810 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3944,7 +3944,7 @@ int iscsi_threads_pool_get(const cpumask_t *cpu_mask,
|
||||
{
|
||||
int res;
|
||||
struct iscsi_thread_pool *p;
|
||||
struct iscsi_thread *t, *tt;
|
||||
struct iscsi_thread *t;
|
||||
int i, j, count;
|
||||
|
||||
TRACE_ENTRY();
|
||||
|
||||
Reference in New Issue
Block a user