From 509ac9f4deb3a676dbb4ed0ee977ac7c983a0af4 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 19 Apr 2012 23:26:33 -0700 Subject: [PATCH] threads: remove leftover class 'prototype' --- threads.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/threads.h b/threads.h index 7427eeb..b973224 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); -- 2.34.1