diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index f0a1c3162..4c91dbe11 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -776,8 +776,6 @@ int OPENSSL_isservice(void) if (_OPENSSL_isservice.p != (void *)-1) return (*_OPENSSL_isservice.f) (); - (void)GetDesktopWindow(); /* return value is ignored */ - h = GetProcessWindowStation(); if (h == NULL) return -1;