mirror of
https://github.com/yuzu-emu/sirit.git
synced 2024-11-26 09:15:41 +01: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
@ -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