Commit e405913
committed
COMP: Remove unused variable
Remove unused variable.
Fixes:
```
Modules/Remote/LabelErodeDilate/include/itkLabelSetUtils.h:260:37:
warning: unused variable 'initPixelValue' [-Wunused-variable]
260 | const typename TInIter::PixelType initPixelValue = 0.0;
| ^~~~~~~~~~~~~~
```
raised for example in:
https://open.cdash.org/viewBuildError.php?type=1&buildid=10316578
Introducing the variable was an oversight in commit 108b0ba.1 parent 2506727 commit e405913
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | 260 | | |
262 | 261 | | |
263 | 262 | | |
| |||
0 commit comments