1 parent 1360fc8 commit 1a6f2fcCopy full SHA for 1a6f2fc
1 file changed
src/runtime/runtime.cs
@@ -51,7 +51,6 @@ static Runtime() {
51
// binary substitution of different Python.Runtime.dll builds in a target application.
52
53
public static int UCS { get; } = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? 2 : 4;
54
- public static string PyUnicodeEntryPoint { get; } = UCS == 2 ? "PyUnicodeUCS2_" : "PyUnicodeUCS4_";
55
56
// C# compiler copies constants to the assemblies that references this library.
57
// We needs to replace all public constants to static readonly fields to allow
0 commit comments