diff --git a/src/Platform/Microsoft.Testing.Platform/Requests/TreeNodeFilter/TreeNodeFilter.cs b/src/Platform/Microsoft.Testing.Platform/Requests/TreeNodeFilter/TreeNodeFilter.cs index 9a81e683df..a731c9e265 100644 --- a/src/Platform/Microsoft.Testing.Platform/Requests/TreeNodeFilter/TreeNodeFilter.cs +++ b/src/Platform/Microsoft.Testing.Platform/Requests/TreeNodeFilter/TreeNodeFilter.cs @@ -12,8 +12,6 @@ namespace Microsoft.Testing.Platform.Requests; public sealed class TreeNodeFilter : ITestExecutionFilter { public const char PathSeparator = '/'; - internal const char PropertyPerEdgeStartChar = '['; - internal const char PropertyPerEdgeEndChar = ']'; // Note: After the token gets expanded into regex ** gets converted to .*.*. internal const string AllNodesBelowRegexString = ".*.*";