diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/debug/KillException.java @ 14570:c828417b7037

Remove TODOs no longer relevant
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Mon, 17 Mar 2014 12:39:25 -0700
parents 3f27e57439ed
children
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/debug/KillException.java	Fri Mar 14 18:10:59 2014 +0100
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/debug/KillException.java	Mon Mar 17 12:39:25 2014 -0700
@@ -26,7 +26,6 @@
 
 import com.oracle.truffle.api.nodes.*;
 
-// TODO (mlvdv) does this need to extend ControlFlowException?  It was originally part of the Ruby Shell.
 /**
  * Controls breaking out of an execution context, such as a shell or eval.
  */