Canonicalization functions were removed already
At b958e2add835d62c0a62edaf9a23ecbbd70a3635
This commit is contained in:
parent
208192fdb6
commit
b7163c712c
@ -49,7 +49,7 @@ IO.foreach("|#{NM} -Pgp #{ARGV.join(' ')}") do |line|
|
||||
next unless /[A-TV-Z]/ =~ t
|
||||
next unless n.sub!(/^#{SYMBOL_PREFIX}/o, "")
|
||||
next if n.include?(".")
|
||||
next if /\A(?:Init_|InitVM_|RUBY_|ruby_|rb_|[Oo]nig|dln_|mjit_|coroutine_|nu(?:comp|rat)_)/ =~ n
|
||||
next if /\A(?:Init_|InitVM_|RUBY_|ruby_|rb_|[Oo]nig|dln_|mjit_|coroutine_)/ =~ n
|
||||
next if REPLACE.include?(n)
|
||||
puts col.fail("leaked") if count.zero?
|
||||
count += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user