summaryrefslogtreecommitdiff
path: root/lib/priv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-10 04:10:21 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-08-10 04:43:28 +1000
commitc0368d5441d90c6a2ac0583d7d2144c6d6baab8c (patch)
treec76b0bffe55fef0a73dbcbba38e01b970a655073 /lib/priv.h
parente70e14e424062a7dda7e8b87833652c3b5b33f68 (diff)
downloadnouveau-c0368d5441d90c6a2ac0583d7d2144c6d6baab8c.tar.gz
lib: silence some issues reported by valgrind
Diffstat (limited to 'lib/priv.h')
-rw-r--r--lib/priv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/priv.h b/lib/priv.h
index f6d7bfd4b..161e23dd3 100644
--- a/lib/priv.h
+++ b/lib/priv.h
@@ -20,7 +20,4 @@ struct os_client {
struct list_head head;
};
-extern pthread_t os_intr_thread;
-void *os_intr(void *arg);
-
#endif