We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e7484 commit ec08b68Copy full SHA for ec08b68
1 file changed
Orm/Xtensive.Orm/Orm/Linq/TranslatorState.cs
@@ -135,12 +135,4 @@ public TranslatorState(in TranslatorState currentState)
135
this = currentState;
136
}
137
138
-}
139
-
140
-//#if !NET5_0_OR_GREATER
141
-//// Workaround of error CS0518: Predefined type 'System.Runtime.CompilerServices.IsExternalInit' is not defined or imported
142
-//namespace System.Runtime.CompilerServices
143
-//{
144
-// internal static class IsExternalInit { }
145
-//}
146
-//#endif
+}
0 commit comments