Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove old JAST compilation functionality.
  • Loading branch information
arnsholt committed Mar 30, 2014
1 parent 5044b3e commit 4bce8b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 974 deletions.
2 changes: 0 additions & 2 deletions src/vm/jvm/QAST/Compiler.nqp
Expand Up @@ -2469,8 +2469,6 @@ QAST::OperationsJAST.map_classlib_core_op('semrelease', $TYPE_OPS, 'semrelease',
QAST::OperationsJAST.map_classlib_core_op('queuepoll', $TYPE_OPS, 'queuepoll', [$RT_OBJ], $RT_OBJ, :tc);

# JVM-specific ops for compilation unit handling
QAST::OperationsJAST.map_classlib_core_op('compilejastlines', $TYPE_OPS, 'compilejastlines', [$RT_OBJ], $RT_OBJ, :tc);
QAST::OperationsJAST.map_classlib_core_op('compilejastlinestofile', $TYPE_OPS, 'compilejastlinestofile', [$RT_OBJ, $RT_STR], $RT_OBJ, :tc);
QAST::OperationsJAST.map_classlib_core_op('compilejast', $TYPE_OPS, 'compilejast', [$RT_OBJ, $RT_OBJ], $RT_OBJ, :tc);
QAST::OperationsJAST.map_classlib_core_op('compilejasttofile', $TYPE_OPS, 'compilejasttofile', [$RT_OBJ, $RT_OBJ, $RT_STR], $RT_OBJ, :tc);
QAST::OperationsJAST.map_classlib_core_op('loadcompunit', $TYPE_OPS, 'loadcompunit', [$RT_OBJ, $RT_INT], $RT_OBJ, :tc);
Expand Down

0 comments on commit 4bce8b5

Please sign in to comment.