Commit 0812484
authored
SILOptimizer: remove unused variables and fields (#63018)
Exact warning text:
```
swift/lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp:3239:12: warning: variable 'NumMemoryElements' set but not used [-Wunused-but-set-variable]
unsigned NumMemoryElements = TheMemory.getNumElements();
^
1 warning generated.
```1 parent 7a0bcfa commit 0812484
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3236 | 3236 | | |
3237 | 3237 | | |
3238 | 3238 | | |
3239 | | - | |
3240 | | - | |
3241 | 3239 | | |
3242 | 3240 | | |
3243 | 3241 | | |
3244 | | - | |
3245 | | - | |
3246 | | - | |
3247 | | - | |
3248 | 3242 | | |
3249 | 3243 | | |
3250 | 3244 | | |
| |||
0 commit comments