Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove test code.
  • Loading branch information
vitek-karas committed Jul 26, 2021
commit 23a62ac924475132a3b185c4d0f93c016f0e437e
4 changes: 0 additions & 4 deletions src/linker/Linker.Steps/MarkStep.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2871,10 +2871,6 @@ void ProcessAnalysisAnnotationsForMethod (MethodDefinition method, DependencyKin
}
}

Type _typeField;

private ref Type GetRefType () { Type type = null; return ref _typeField; }

internal bool ShouldSuppressAnalysisWarningsForRequiresUnreferencedCode ()
{
// Check if the current scope method has RequiresUnreferencedCode on it
Expand Down