Removed unused code.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2099 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-11 18:20:59 +00:00
parent 2f289c967b
commit 1c90d919d5

View File

@@ -2303,14 +2303,6 @@ static bool srpt_is_target_enabled(struct scst_tgt *scst_tgt)
spin_unlock_irq(&sdev->spinlock);
return res;
}
#else
/**
* srpt_is_target_enabled() - Reports that a target is enabled when using procfs.
*/
static bool srpt_is_target_enabled(struct scst_tgt *scst_tgt)
{
return true;
}
#endif
/**