Skip to content

Commit 7f4062e

Browse files
stbau04Stephan Bauer
andauthored
Remove unused statement (#80823)
Co-authored-by: Stephan Bauer <stephan.bauer@arcanix.at>
1 parent d46a551 commit 7f4062e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Compilers/CSharp/Portable/Symbols/Source/SourceNamedTypeSymbol_Bases.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ static bool containsOnlyOblivious(TypeSymbol type)
396396
else
397397
{
398398
// Inconsistent accessibility: type '{1}' is less accessible than class '{0}'
399-
var lessVisibleTypeLocation = lessVisibleType.GetFirstLocation();
400399
diagnostics.Add(ErrorCode.ERR_BadVisBaseType, baseTypeLocation, this, lessVisibleType);
401400
}
402401
}

0 commit comments

Comments
 (0)