Skip to content

Commit

Permalink
removed debug var
Browse files Browse the repository at this point in the history
  • Loading branch information
mayagokhale committed Dec 12, 2019
1 parent 4c0a1b8 commit 7c37b39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/xlat/Xlat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ void Xlat::xlattype(FindTemplateTypes *tt, hNodep &h_typeinfo) {
for (auto const &targ : ttargs) {
h_typeinfo->child_list.push_back(
new hNode(targ.getTypeName(), hNode::hdlopsEnum::hType));
const Type * tmpptr = targ.getTypePtr();
(targ.getTypePtr())->dump(os_);
}
}
Expand Down

0 comments on commit 7c37b39

Please sign in to comment.