As you encounter items in the code that could perhaps be purged, list em here.
 
 *: #1211, #1212
-*: grid universe mirror jobs
 *: any backwards compatibility code that predates  v6.8 or so (grep for version object usage?) (#953, #1226)
 *: any compatibility with CRUFT in its name, e.g. VM_CRUFT (#62)
 *: any remaining pvm code (exists in submit, schedd, shadow, starter, startd)
@@ -24,3 +23,6 @@
 *: startd is sleep()y (#837)
 *: -1 is a common tid representing "no timer", it is checked with != -1 and >= 0. tid should be a type.
 *: some code does "if (daemonCore)", suggests the code might be executing after the global daemonCore object is deleted, or before it is constructed, which should not happen
+
+{section: Done}
+*: grid universe mirror jobs