Skip to content

Commit

Permalink
Merge branch 'projection' into ganak
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitsh committed Nov 30, 2024
2 parents 7f8660c + 7169e41 commit c8fd493
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/stp/STPManager/STPManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ class STPMgr
bool addProjSymbol(ASTNode& s)
{
_proj_symbol_list.insert(s);
std::cout << "Adding proj symbol: " << s << std::endl;
return true;
}

Expand Down

0 comments on commit c8fd493

Please sign in to comment.