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

Commit 5cddb19

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove unused variables in glow/glow/lib/Graph/Graph.cpp
Reviewed By: palmje Differential Revision: D54378407 fbshipit-source-id: aff1fe79d89feb0237836d61d5496d260162d5c7
1 parent d0317c0 commit 5cddb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Graph/Graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5710,7 +5710,7 @@ void Function::createMelWeights(llvm::StringRef prefix, dim_t spectrogramLength,
57105710
}
57115711

57125712
// Validate Mel ranges.
5713-
dim_t melBinFreqWeightsNumValidate = 0;
5713+
[[maybe_unused]] dim_t melBinFreqWeightsNumValidate = 0;
57145714
for (dim_t melIdx = 0; melIdx < numMelBins; melIdx++) {
57155715
int32_t freqIdxRange =
57165716
melRangesH.raw(2 * melIdx + 1) - melRangesH.raw(2 * melIdx + 0) + 1;

0 commit comments

Comments
 (0)