Kaydet (Commit) e10b21bd authored tarafından Fred Drake's avatar Fred Drake

remove unnecessary assignment

üst f322d683
......@@ -530,7 +530,6 @@ sub add_index_entry($$){
sub new_link_name_info(){
my $name = "l2h-" . ++$globals{'max_id'};
my $aname = "<a id='$name' xml:id='$name'>";
my $ahref = gen_link($CURRENT_FILE, $name);
return ($name, $ahref);
}
......
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