Commit 1095ee28 authored by Paul's avatar Paul
Browse files

Remove unused variable

parent d9a4e92e
......@@ -52,7 +52,6 @@ void simple_test_nop2()
p.add_instruction(nop{});
p.add_instruction(sum_op{}, one, two);
p.add_instruction(nop{});
auto count = std::distance(p.begin(), p.end());
p.compile(dce_target{});
EXPECT(std::distance(p.begin(), p.end()) == 2);
auto result = p.eval({});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment