Checked off TODO.
diff --git a/TODO b/TODO
index ab7599a..548df1a 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,6 @@
 - Wireup DSL
 - Rewrite all code test first (including diamond pattern)
 - Benchmark code (go test -bench=.) (with GOMAXPROCS=2 if env GOMAXPROCS=1)
-- MultiWriter (and appropriate hooks into Barrier)
 - Squeeze little bits of performance here and there by trying a few different things
 	e.g. pointers vs structs, padding, etc.
 - Investigate ways to utilize an int32 under the hood but have it be exposed as an int64?