mirror of
https://github.com/yuzu-emu/sirit.git
synced 2024-11-22 16:25:39 +01:00
Merge pull request #9 from lioncash/unused
sirit: Remove unused variable in AddAnnotation()
This commit is contained in:
commit
3ec2231f9a
@ -133,7 +133,6 @@ Id Module::AddDeclaration(std::unique_ptr<Op> op) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Module::AddAnnotation(std::unique_ptr<Op> op) {
|
void Module::AddAnnotation(std::unique_ptr<Op> op) {
|
||||||
const auto id = op.get();
|
|
||||||
annotations.push_back(std::move(op));
|
annotations.push_back(std::move(op));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user