diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/ExecutionContext.java @ 13732:fbf448929260

Ruby: remove some prototyping code no longer needed
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Sat, 18 Jan 2014 22:12:42 -0800
parents fb846424299f
children 3f27e57439ed
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/ExecutionContext.java	Fri Jan 17 23:16:59 2014 +0100
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/ExecutionContext.java	Sat Jan 18 22:12:42 2014 -0800
@@ -42,9 +42,4 @@
      */
     DebugManager getDebugManager();
 
-    /**
-     * Gets access to utilities for printing different aspects of a Truffle AST.
-     */
-    ASTPrinter getASTPrinter();
-
 }