Commit 6e78a8cc authored by charlie's avatar charlie
Browse files

Remove unnecessary declaration

parent 73642bb4
......@@ -74,8 +74,6 @@ bool operator==(const instruction& i, instruction_ref ref)
return std::addressof(i) == std::addressof(*ref);
}
static void debug_name(std::ostream& os, const instruction& ins);
bool instruction::valid(const module& m, bool check_order) const
{
return valid() && std::all_of(arguments.begin(), arguments.end(), [&](instruction_ref i) {
......
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