aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/forkable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/forkable.cc')
-rw-r--r--winsup/cygwin/forkable.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/winsup/cygwin/forkable.cc b/winsup/cygwin/forkable.cc
index 05b2285..1e02a8a 100644
--- a/winsup/cygwin/forkable.cc
+++ b/winsup/cygwin/forkable.cc
@@ -10,7 +10,6 @@ details. */
#include "cygerrno.h"
#include "perprocess.h"
#include "sync.h"
-#include "dll_init.h"
#include "environ.h"
#include "security.h"
#include "path.h"
@@ -19,6 +18,7 @@ details. */
#include "cygheap.h"
#include "pinfo.h"
#include "shared_info.h"
+#include "dll_init.h"
#include "child_info.h"
#include "cygtls.h"
#include "exception.h"
@@ -501,12 +501,6 @@ dll::create_forkable ()
return false;
}
-bool
-dll_list::forkables_supported ()
-{
- return cygwin_shared->forkable_hardlink_support >= 0;
-}
-
/* return the number of characters necessary to store one forkable name */
size_t
dll_list::forkable_ntnamesize (dll_type type, PCWCHAR fullntname, PCWCHAR modname)