Commit 3ba40af
authored
[NFC] TypeCheckDeclPrimary.cpp: remove unused
This change fixes a warning encountered when compiling this file:
```
swift/lib/Sema/TypeCheckDeclPrimary.cpp:475:8: warning: unused variable 'isGenericType' [-Wunused-variable]
bool isGenericType = isa<NominalTypeDecl>(decl);
```isGenericType
1 parent 23e2f34 commit 3ba40af
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
476 | 475 | | |
477 | 476 | | |
478 | 477 | | |
| |||
0 commit comments