Remove obsolete comment. PiperOrigin-RevId: 950999308
diff --git a/centipede/centipede_interface.cc b/centipede/centipede_interface.cc index 3305045..ebc1932 100644 --- a/centipede/centipede_interface.cc +++ b/centipede/centipede_interface.cc
@@ -74,10 +74,6 @@ namespace { -// Sets signal handler for SIGINT. -// TODO(b/378532202): Replace this with a more generic mechanism that allows -// the called or `CentipedeMain()` to indicate when to stop. - // Runs env.for_each_blob on every blob extracted from env.args. // Returns EXIT_SUCCESS on success, EXIT_FAILURE otherwise. void ForEachBlob(const Environment& env, StopCondition& stop_condition) {