Remove 1 todo that is done now
diff --git a/site/dev/design-notes/runtime2-todos.adoc b/site/dev/design-notes/runtime2-todos.adoc
index 5d4ae7a..dc9f365 100644
--- a/site/dev/design-notes/runtime2-todos.adoc
+++ b/site/dev/design-notes/runtime2-todos.adoc
@@ -36,18 +36,6 @@
 please let the mailto:dev@daffodil.apache.org[dev] list know
 in order to avoid duplication.
 
-=== Remove dependence on argp and gcc
-
-Update BUILD.md and the github actions to use clang instead of gcc.
-Will have to find the correct steps on Fedora / Linux / Windows
-and check they work (e.g., install clang-10 package on Ubuntu
-and set CC=clang-10 and AR=llvm-ar-10 environment variables).
-
-Likewise, replace argp calls with getopt calls
-in daffodil_main.c and daffodil_argp.c
-even though it means giving up long options
-and other nice features that argp has.
-
 === Report hanging problem running sbt (really dev.dirs) from MSYS2 on Windows
 
 We need to open a issue with a reproducible test case
@@ -66,7 +54,7 @@
 before we can remove the "echo >> $GITHUB_ENV" lines
 from .github/workflows/main.yml.
 
-=== Reporting errors using structs, not strings
+=== Reporting data/schema locations in errors
 
 We have replaced error message strings
 with error structs everywhere now.
@@ -132,9 +120,9 @@
 We should consider adopting one of the javadoc-like tools for C code
 and structuring our comments that way.
 
-=== DSOM "fixed" getter
+=== Validate "fixed" values in runtime1 too
 
-Note: If we change runtime1 to validate "fixed" values
+If we change runtime1 to validate "fixed" values
 like runtime2 does, then we can resolve 
 https://issues.apache.org/jira/browse/DAFFODIL-117[DAFFODIL-117].