Commit 0e7998c
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 0e7998c
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
263 | 262 | | |
264 | 263 | | |
265 | 264 | | |
| |||
0 commit comments