# HG changeset patch # User Michael Van De Vanter # Date 1395085165 25200 # Node ID c828417b7037eebf2e4edb3987016464578c9878 # Parent 084603b0bfbb51dee3a756a41c22b0361b05b5c1 Remove TODOs no longer relevant diff -r 084603b0bfbb -r c828417b7037 graal/com.oracle.truffle.api/src/com/oracle/truffle/api/debug/KillException.java --- 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. */ diff -r 084603b0bfbb -r c828417b7037 graal/com.oracle.truffle.api/src/com/oracle/truffle/api/debug/QuitException.java --- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/debug/QuitException.java Fri Mar 14 18:10:59 2014 +0100 +++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/debug/QuitException.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 execution environment. /** * Controls breaking out of all executions and ending Truffle execution. */