Skip to content

Commit b7196e1

Browse files
committed
Fix up release build
1 parent 28e59e7 commit b7196e1

File tree

1 file changed

+5
-3
lines changed
  • src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data

1 file changed

+5
-3
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/RBTree.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

@@ -664,8 +664,10 @@ public void LoadTree(string s)
664664
private string _savedTree;
665665

666666
#else
667-
void Verify(int expectedSize, bool checkSort = true) { }
668-
void SaveTree() { }
667+
private void Verify(int expectedSize, bool checkSort = true) { }
668+
669+
private void SaveTree() { }
670+
669671
public void LoadTree(string s) { }
670672
#endif // DEBUG
671673
#endregion Debugging

0 commit comments

Comments
 (0)