summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r--winsup/cygwin/path.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index 268a1a5f1..2b1c751f7 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -21,8 +21,6 @@ details. */
#define isvirtual_dev(devn) \
(isproc_dev (devn) || devn == FH_CYGDRIVE || devn == FH_NETDRIVE)
-extern PUNICODE_STRING get_nt_native_path (const char *, UNICODE_STRING &);
-
inline bool
has_attribute (DWORD attributes, DWORD attribs_to_test)
{