Remove redundant assignment.
This commit is contained in:
parent
b58ca95909
commit
8c4dd80944
|
|
@ -62,8 +62,6 @@ void pform_end_package_declaration(const struct vlltype&loc)
|
||||||
msg << "Package " << use_name << " was already declared here: "
|
msg << "Package " << use_name << " was already declared here: "
|
||||||
<< test->second->get_fileline() << ends;
|
<< test->second->get_fileline() << ends;
|
||||||
VLerror(msg.str().c_str());
|
VLerror(msg.str().c_str());
|
||||||
} else {
|
|
||||||
pform_packages[use_name] = pform_cur_package;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue