Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
invalid assertion removed, cannot be used when class is not yet initialized
  • Loading branch information
jakubmisek committed Apr 6, 2020
1 parent 8109bd9 commit 5b1d86d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ public SynthesizedFieldSymbol(
;

Debug.Assert(DeclaredAccessibility == accessibility);
Debug.Assert(IsStatic == isStatic);
Debug.Assert(IsReadOnly == isReadOnly);
}

public SynthesizedFieldSymbol(
Expand Down

0 comments on commit 5b1d86d

Please # to comment.