diff --git a/hercules_opt/src/loop_bound_canon.rs b/hercules_opt/src/loop_bound_canon.rs
index 0dce9c28dda6b6027830e192ecfa542769921e6f..680236f168c04fb26f8f8befd9ea865835235fca 100644
--- a/hercules_opt/src/loop_bound_canon.rs
+++ b/hercules_opt/src/loop_bound_canon.rs
@@ -10,11 +10,6 @@ use hercules_ir::*;
 
 use crate::*;
 
-/*
- * TODO: Forkify currently makes a bunch of small edits - this needs to be
- * changed so that every loop that gets forkified corresponds to a single edit
- * + sub-edits. This would allow us to run forkify on a subset of a function.
- */
 pub fn loop_bound_canon_toplevel(
     editor: &mut FunctionEditor,
     fork_join_map: &HashMap<NodeID, NodeID>,