Skip to content
Snippets Groups Projects
Verified Commit 7b13ee1b authored by Houtan Bastani's avatar Houtan Bastani
Browse files

macro processor: remove unused variable

parent d839aea0
No related branches found
No related tags found
No related merge requests found
Pipeline #2228 passed
......@@ -1268,7 +1268,6 @@ BinaryOp::to_string() const noexcept
string
TrinaryOp::to_string() const noexcept
{
string retval = arg1->to_string();
switch(op_code)
{
case codes::TrinaryOp::normpdf:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment