diff --git a/subsystems/csr/csrlib/connect.c b/subsystems/csr/csrlib/connect.c index 9765ac19a75..5b7c84c3e13 100644 --- a/subsystems/csr/csrlib/connect.c +++ b/subsystems/csr/csrlib/connect.c @@ -58,12 +58,6 @@ CsrpConnectToServer( DPRINT("%s(%S)\n", __FUNCTION__, ObjectDirectory); - /* Binary compatibility with MS KERNEL32 */ - if (NULL == ObjectDirectory) - { - ObjectDirectory = L"\\Windows"; - } - /* Calculate the total port name size */ PortNameLength = ((wcslen(ObjectDirectory) + 1) * sizeof(WCHAR)) + sizeof(CSR_PORT_NAME);