C#: Remove metadata_handle part of the extractor implementation.

This commit is contained in:
Michael Nebel
2024-03-12 14:54:13 +01:00
parent a6f95c577a
commit 0104f96f4a
6 changed files with 0 additions and 52 deletions

View File

@@ -360,7 +360,6 @@ namespace Semmle.Extraction.CSharp.Entities
PopulateParameters();
PopulateMethodBody(trapFile);
PopulateGenerics(trapFile);
PopulateMetadataHandle(trapFile);
PopulateNullability(trapFile, Symbol.GetAnnotatedReturnType());
}