mirror of
https://github.com/yuzu-emu/sirit
synced 2024-11-22 22:03:48 +00:00
sirit: Remove unused variable in AddAnnotation()
id isn't used within AddAnnotation, so this can be removed.
This commit is contained in:
parent
057b100a68
commit
1081bcdda9
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue