Skip to content

Commit b2b85c1

Browse files
committed
Do not hide coreLibrary() in extract_host_inlining.rb
1 parent 1a4a5fa commit b2b85c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tool/extract_host_inlining.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
}
3636

3737
if simplify
38-
lines = lines.reject { |line|
39-
line.include?(' org.truffleruby.language.RubyBaseNode.coreLibrary()')
40-
}
41-
4238
lines = lines.reject { |line|
4339
line.include?('CUTOFF') and (
4440
line.include?('reason protected by inInterpreter()') or

0 commit comments

Comments
 (0)