]> granicus.if.org Git - zfs/commitdiff
Remove 3 instances of unused variables.
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 5 Nov 2008 22:06:56 +0000 (22:06 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 5 Nov 2008 22:06:56 +0000 (22:06 +0000)
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@176 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c

modules/spl/spl-thread.c
modules/splat/splat-thread.c

index 62d2fa329db54de8144ed5cb523ba0c2e698e872..953c5ce7f7831ccc654cddd5be460f76c00458c8 100644 (file)
@@ -87,7 +87,6 @@ __thread_create(caddr_t stk, size_t  stksize, thread_func_t func,
                int state, pri_t pri)
 {
        thread_priv_t *tp;
-       DEFINE_WAIT(wait);
        struct task_struct *tsk;
        char *p;
        ENTRY;
index 330c3ae10d72ef44938e384a0243bece7097cb5f..ca6c46ac37a1e96f6754737eeaf464ecad67016f 100644 (file)
@@ -78,7 +78,6 @@ static int
 splat_thread_test1(struct file *file, void *arg)
 {
        thread_priv_t tp;
-        DEFINE_WAIT(wait);
        kthread_t *thr;
 
        tp.tp_magic = SPLAT_THREAD_TEST_MAGIC;
@@ -128,7 +127,6 @@ static int
 splat_thread_test2(struct file *file, void *arg)
 {
        thread_priv_t tp;
-        DEFINE_WAIT(wait);
        kthread_t *thr;
        int rc = 0;