File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/main/java/org/truffleruby/core/proc Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 24
24
import org .truffleruby .language .NotProvided ;
25
25
import org .truffleruby .language .Visibility ;
26
26
import org .truffleruby .language .arguments .ArgumentDescriptorUtils ;
27
- import org .truffleruby .language .arguments .ReadBlockNode ;
28
- import org .truffleruby .language .arguments .RubyArguments ;
29
27
import org .truffleruby .language .control .RaiseException ;
30
28
import org .truffleruby .language .dispatch .CallDispatchHeadNode ;
31
29
import org .truffleruby .language .locals .FindDeclarationVariableNodes .FindAndReadDeclarationVariableNode ;
38
36
import com .oracle .truffle .api .CompilerDirectives .TruffleBoundary ;
39
37
import com .oracle .truffle .api .dsl .Cached ;
40
38
import com .oracle .truffle .api .dsl .Specialization ;
41
- import com .oracle .truffle .api .frame .Frame ;
42
39
import com .oracle .truffle .api .frame .FrameInstance .FrameAccess ;
43
40
import com .oracle .truffle .api .frame .MaterializedFrame ;
44
41
import com .oracle .truffle .api .frame .VirtualFrame ;
@@ -95,10 +92,6 @@ protected static void debug(String str) {
95
92
System .err .println (str );
96
93
}
97
94
98
- protected static ReadBlockNode createReadBlock () {
99
- return new ReadBlockNode (null );
100
- }
101
-
102
95
@ TruffleBoundary
103
96
protected DynamicObject tryParentBlockForCExts () {
104
97
/*
You can’t perform that action at this time.
0 commit comments