Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit d0317c0

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove unused variables in glow/glow/lib/IR/Instrs.cpp
Reviewed By: palmje Differential Revision: D54378368 fbshipit-source-id: e3efed3bf25393a573cc8d422af0269525e535e3
1 parent 43039e4 commit d0317c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IR/Instrs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void TensorViewInst::verify() const {
6767
}
6868

6969
void AllocActivationInst::verify() const {
70-
unsigned numDealloc = 0;
70+
[[maybe_unused]] unsigned numDealloc = 0;
7171
for (const Use &U : getUsers()) {
7272
numDealloc += isa<DeallocActivationInst>(U.get());
7373
}

0 commit comments

Comments
 (0)