From dbc82a87a31073b0dbcec8a162f0afc994940b5c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 11 Sep 2001 15:25:08 +0000 Subject: * cygwin.din: Remove cygwin_getshared. * shared.cc: Ditto. * include/cygwin/version.h: Bump API minor number. * dtable.cc (dtable::build_fhandler): Fix incorrect test for socket. --- winsup/cygwin/shared.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'winsup/cygwin/shared.cc') diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc index 1a267ea4c..8ce88d240 100644 --- a/winsup/cygwin/shared.cc +++ b/winsup/cygwin/shared.cc @@ -201,14 +201,6 @@ shared_info::heap_chunk_size () return heap_chunk_in_mb << 20; } -/* For apps that wish to access the shared data. */ - -shared_info * -cygwin_getshared () -{ - return cygwin_shared; -} - /* * Function to return a common SECURITY_DESCRIPTOR * that * allows all access. -- cgit v1.2.3