зеркало из https://github.com/mozilla/gecko-dev.git
Stop generating the %::keywordsbyid hashtable that nothing was using.
This commit is contained in:
Родитель
b684dbee7f
Коммит
73f81425cc
|
@ -340,13 +340,11 @@ sub GenerateVersionTable {
|
|||
SendSQL("SELECT id, name FROM keyworddefs ORDER BY name");
|
||||
while (MoreSQLData()) {
|
||||
my ($id, $name) = FetchSQLData();
|
||||
$::keywordsbyid{$id} = $name;
|
||||
$::keywordsbyname{$name} = $id;
|
||||
push(@::legal_keywords, $name);
|
||||
}
|
||||
print FID GenerateCode('@::legal_keywords');
|
||||
print FID GenerateCode('%::keywordsbyname');
|
||||
print FID GenerateCode('%::keywordsbyid');
|
||||
|
||||
print FID "1;\n";
|
||||
close FID;
|
||||
|
|
Загрузка…
Ссылка в новой задаче