Skip to content

Commit e2db9d1

Browse files
committed
refactor(removeNOPs): apply linting
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 04b27d8 commit e2db9d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/lowering/passes/remove_nops.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ struct NOPRemoval {
2929
}
3030

3131
private:
32-
3332
void removeNode(Block* b, std::string op) {
3433
for (auto it = b->nodes().begin(); it != b->nodes().end(); it++) {
3534
auto n = *it;

0 commit comments

Comments
 (0)