Add makefiles for cleaning grades, top level.
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index a027d61d168b6b237d7ee6f13d01e32268460287..a07e2b422e21fe45b32a9f4cb5dc37c3ceb297b7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,10 +6,6 @@
     figure out the asm from the Intel manuals.  Compare object files
     before and after to make sure nothing changed.
 
-* Grader:
-
-  - Fix bug where failures are being treated as warnings.
-
 * Userprog project:
 
   - Move `join' implementation here, from `threads' project, to help