Skip to content

Commit ec08b68

Browse files
committed
Remove old workaround which has no effect now
1 parent 99e7484 commit ec08b68

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Orm/Xtensive.Orm/Orm/Linq/TranslatorState.cs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,4 @@ public TranslatorState(in TranslatorState currentState)
135135
this = currentState;
136136
}
137137
}
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
138+
}

0 commit comments

Comments
 (0)