Skip to content

Commit 9534706

Browse files
committed
Source/JavaScriptCore/create_hash_table shouldn't be too verbose
https://bugs.webkit.org/show_bug.cgi?id=151861 Reviewed by Darin Adler. * create_hash_table: Canonical link: https://commits.webkit.org/170254@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@193900 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 58844ff commit 9534706

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Source/JavaScriptCore/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2015-12-10 Csaba Osztrogonác <ossy@webkit.org>
2+
3+
Source/JavaScriptCore/create_hash_table shouldn't be too verbose
4+
https://bugs.webkit.org/show_bug.cgi?id=151861
5+
6+
Reviewed by Darin Adler.
7+
8+
* create_hash_table:
9+
110
2015-12-10 Youenn Fablet <youenn.fablet@crf.canon.fr>
211

312
JSC Builtins should use safe array methods

Source/JavaScriptCore/create_hash_table

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ use Getopt::Long qw(:config pass_through);
2727

2828
my $file = shift @ARGV or die("Must provide source file as final argument.");
2929

30-
print STDERR "Creating hashtable for $file\n";
3130
open(IN, $file) or die "No such file $file";
3231

3332
my @keys = ();

0 commit comments

Comments
 (0)