Skip to content

Commit 80cfb7c

Browse files
committed
IRGen: Remove an unused variable.
1 parent c4b65be commit 80cfb7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/IRGenDebugInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,6 @@ class IRGenDebugInfoImpl : public IRGenDebugInfo {
19731973
auto *ClassTy = BaseTy->castTo<BoundGenericClassType>();
19741974
auto *Decl = ClassTy->getDecl();
19751975
auto L = getFileAndLocation(Decl);
1976-
unsigned FwdDeclLine = 0;
19771976

19781977
return createSpecializedStructOrClassType(ClassTy, Decl, Scope, L.File,
19791978
L.Line, SizeInBits, AlignInBits,

0 commit comments

Comments
 (0)