Kaydet (Commit) 1c21f83d authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann Kaydeden (comit) Caolán McNamara

remove code which has been commented out

(cherry picked from commit 613c8044)

Change-Id: I8412a600ea4a828639b3334b3d913705b6e4f782
üst 988c2ed9
......@@ -94,7 +94,6 @@ sub print_lang
if ( $lang ne $_ && $lang eq $this_lang && exists $documents{$last_section} ) {
# replacing product variable doesn't work inside zip files and also not for UTF-16
next if /%PRODUCTNAME/;
# s/%PRODUCTNAME/\${FILEFORMATNAME} \${FILEFORMATVERSION}/g;
s/$lang/"$documents{$last_section}"/;
s/\n/;\n/;
print;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment