We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1350a08 commit b44ebeaCopy full SHA for b44ebea
sources/SilkTouch/SilkTouch/Mods/TransformEnums.cs
@@ -1,4 +1,3 @@
1
-using System.Diagnostics;
2
using System.Globalization;
3
using System.Text.RegularExpressions;
4
using Microsoft.CodeAnalysis;
@@ -176,11 +175,6 @@ private class Rewriter(Configuration config, List<EnumMemberFilter> removeMember
176
175
var isFlagsEnum = node.AttributeLists.SelectMany(list => list.Attributes)
177
.Any(attribute => attribute.IsAttribute("System.Flags"));
178
179
- if (node.Identifier.ToString() == "ClusterAccelerationStructureAddressResolutionFlagsNV")
180
- {
181
- Debugger.Break();
182
- }
183
-
184
if (isFlagsEnum && config.AddNoneMemberToFlags)
185
{
186
// Add None member if it doesn't exist yet
0 commit comments