From 3e917daec121ae5fd5cdcbb25d0d4e9d1cfd0a2a Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Tue, 24 May 2022 10:20:23 -0400 Subject: Cygwin: remove some 32-bit only path conversion functions --- winsup/testsuite/winsup.api/cygload.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'winsup/testsuite') diff --git a/winsup/testsuite/winsup.api/cygload.cc b/winsup/testsuite/winsup.api/cygload.cc index ad4599666..faad5ce0e 100644 --- a/winsup/testsuite/winsup.api/cygload.cc +++ b/winsup/testsuite/winsup.api/cygload.cc @@ -152,8 +152,6 @@ cygwin::connector::connector (const char *dll) // Pick up the function pointers for the basic infrastructure. get_symbol ("__errno", _errno); get_symbol ("strerror", _strerror); - get_symbol ("cygwin_conv_to_full_posix_path", _conv_to_full_posix_path); - get_symbol ("cygwin_conv_to_full_win32_path", _conv_to_full_win32_path); // Note that you need to be running an interruptible cygwin function if // you want to receive signals. You can use the standard signal() -- cgit v1.2.3