Skip to content

Commit c58d4e1

Browse files
committed
Fix compilation errros in Unity
1 parent 9c5fe5d commit c58d4e1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/MemoryPack.Unity/Assets/Tests/MemoryPackObjects/MemberKinds.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ public ref int K
4949
get { return ref kArray[0]; }
5050
}
5151

52-
public MemberKindsAllUnmanaged(int c, int d)
53-
{
54-
this.C = c;
55-
this.D = d;
56-
}
57-
5852
public void SetH(int h)
5953
{
6054
this.H = h;

0 commit comments

Comments
 (0)