Merge pull request #9 from lioncash/unused
sirit: Remove unused variable in AddAnnotation()
This commit is contained in:
commit
3ec2231f9a
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