Skip to content

Commit c151824

Browse files
committed
Minor
1 parent 99a3156 commit c151824

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/cmd_parser.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,13 @@ bool CmdParser::parseNextCommand()
242242
Expr tup = d_state.mkExpr(Kind::TUPLE, argTypes);
243243
std::vector<Expr> pargs = Expr::getVariables(tup);
244244
Expr fv = d_eparser.findFreeVar(ft.second, pargs);
245-
Trace("ajr-temp") << "Looking for free variable in " << ft.second << " returned " << fv << std::endl;
246245
if (!fv.isNull())
247246
{
248247
if (ck!=Attr::NONE)
249248
{
250249
d_lex.parseError("Ambiguous functions cannot have attributes");
251250
}
252-
else if(!opaqueArgs.empty())
251+
else if (!opaqueArgs.empty())
253252
{
254253
d_lex.parseError("Ambiguous functions cannot have opaque arguments");
255254
}

0 commit comments

Comments
 (0)