From: Brian Norris Date: Fri, 20 Apr 2012 06:26:33 +0000 (-0700) Subject: threads: remove leftover class 'prototype' X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=509ac9f4deb3a676dbb4ed0ee977ac7c983a0af4;p=c11tester.git threads: remove leftover class 'prototype' --- diff --git a/threads.h b/threads.h index 7427eeb5..b973224d 100644 --- a/threads.h +++ b/threads.h @@ -12,8 +12,6 @@ typedef enum thread_state { THREAD_COMPLETED } thread_state; -class ModelAction; - class Thread { public: Thread(thrd_t *t, void (*func)(), void *a);