Skip to content

Commit 1a6f2fc

Browse files
committed
remove unused PyUnicodeEntryPoint
1 parent 1360fc8 commit 1a6f2fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/runtime/runtime.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ static Runtime() {
5151
// binary substitution of different Python.Runtime.dll builds in a target application.
5252

5353
public static int UCS { get; } = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? 2 : 4;
54-
public static string PyUnicodeEntryPoint { get; } = UCS == 2 ? "PyUnicodeUCS2_" : "PyUnicodeUCS4_";
5554

5655
// C# compiler copies constants to the assemblies that references this library.
5756
// We needs to replace all public constants to static readonly fields to allow

0 commit comments

Comments
 (0)