Skip to content

Commit 6cf20d5

Browse files
committed
C#: Remove overrides that do nothing
1 parent 9b349eb commit 6cf20d5

File tree

1 file changed

+0
-15
lines changed
  • csharp/extractor/Semmle.Extraction.CIL/Entities

1 file changed

+0
-15
lines changed

csharp/extractor/Semmle.Extraction.CIL/Entities/Type.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,21 +1264,6 @@ public Instantiation(ITypeSignature genericType, ImmutableArray<ITypeSignature>
12641264
this.typeArguments = typeArguments;
12651265
}
12661266

1267-
public override bool Equals(object? obj)
1268-
{
1269-
return base.Equals(obj);
1270-
}
1271-
1272-
public override int GetHashCode()
1273-
{
1274-
return base.GetHashCode();
1275-
}
1276-
1277-
public override string? ToString()
1278-
{
1279-
return base.ToString();
1280-
}
1281-
12821267
public void WriteId(TextWriter trapFile, GenericContext gc)
12831268
{
12841269
genericType.WriteId(trapFile, gc);

0 commit comments

Comments
 (0)