summaryrefslogtreecommitdiffstats
path: root/src/threads
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads')
-rw-r--r--src/threads/thread.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/threads/thread.h b/src/threads/thread.h
index b209036..f0fea1f 100644
--- a/src/threads/thread.h
+++ b/src/threads/thread.h
@@ -80,11 +80,6 @@ typedef int tid_t;
only because they are mutually exclusive: only a thread in the
ready state is on the run queue, whereas only a thread in the
blocked state is on a semaphore wait list. */
-struct fd
- {
- bool active;
- struct file *file;
- };
struct thread
{