Skip to content

Commit db81c4c

Browse files
committed
Sync with ReClass.NET code changes.
1 parent afc1fc9 commit db81c4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WeakPtrNode.cs

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ class WeakPtrNode : BaseReferenceNode
1717
/// <summary>Disable the cycle check for pointer references.</summary>
1818
public override bool PerformCycleCheck => false;
1919

20-
/// <summary>Creates a new instance of this class to clone it.</summary>
21-
protected override BaseNode CreateCloneInstance() => new WeakPtrNode();
22-
2320
/// <summary>Called when the node was created. Creates a new class as inner node.</summary>
2421
public override void Intialize()
2522
{

0 commit comments

Comments
 (0)