提交 767c5bbe 编写于 作者: J Jim Meyering

hash.c: remove a dead store

* src/hash.c (virHashFree): Remove useless assignment to inside_table.
上级 f2a46c84
......@@ -231,7 +231,6 @@ virHashFree(virHashTablePtr table, virHashDeallocator f)
inside_table = 0;
iter = next;
}
inside_table = 0;
}
VIR_FREE(table->table);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册