Skip to content

Commit

Permalink
Sync with ReClass.NET code changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KN4CK3R committed Nov 16, 2016
1 parent afc1fc9 commit db81c4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions WeakPtrNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ class WeakPtrNode : BaseReferenceNode
/// <summary>Disable the cycle check for pointer references.</summary>
public override bool PerformCycleCheck => false;

/// <summary>Creates a new instance of this class to clone it.</summary>
protected override BaseNode CreateCloneInstance() => new WeakPtrNode();

/// <summary>Called when the node was created. Creates a new class as inner node.</summary>
public override void Intialize()
{
Expand Down

0 comments on commit db81c4c

Please sign in to comment.