diff options
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index fdef934b8..4bc47e100 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -73,8 +73,6 @@ #include <wchar.h> #include <wctype.h> -bool dos_file_warning = true; - suffix_info stat_suffixes[] = { suffix_info ("", 1), @@ -1452,10 +1450,6 @@ conv_path_list (const char *src, char *dst, size_t size, /* Create a symlink from FROMPATH to TOPATH. */ -/* If TRUE create symlinks as Windows shortcuts, if false create symlinks - as normal files with magic number and system bit set. */ -bool allow_winsymlinks = false; - extern "C" int symlink (const char *oldpath, const char *newpath) { |