Skip to content

Commit fe9bce4

Browse files
committed
remove commented out #if
1 parent 678afef commit fe9bce4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/runtime/runtime.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,7 @@ internal static void Initialize()
418418
dllLocal = NativeMethods.LoadLibrary(_PythonDll);
419419
}
420420
_PyObject_NextNotImplemented = NativeMethods.GetProcAddress(dllLocal, "_PyObject_NextNotImplemented");
421-
422-
//#if !(MONO_LINUX || MONO_OSX)
421+
423422
if (!(OSType.IsLinux || OSType.IsOSX))
424423
{
425424
if (dllLocal != IntPtr.Zero)

0 commit comments

Comments
 (0)