Remove redundant assignment.

This commit is contained in:
Martin Whitaker 2021-01-03 19:59:09 +00:00
parent b58ca95909
commit 8c4dd80944
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ void pform_end_package_declaration(const struct vlltype&loc)
msg << "Package " << use_name << " was already declared here: "
<< test->second->get_fileline() << ends;
VLerror(msg.str().c_str());
} else {
pform_packages[use_name] = pform_cur_package;
}