Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 4fe66ac3f..ea8009af0 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -459,7 +459,6 @@ path_conv::check (const char *src, unsigned opt,
bool saw_symlinks = 0;
int is_relpath;
char *tail;
- sigframe thisframe (mainthread);
#if 0
static path_conv last_path_conv;
@@ -3337,8 +3336,6 @@ extern "C" int
fchdir (int fd)
{
int res;
- sigframe thisframe (mainthread);
-
cygheap_fdget cfd (fd);
if (cfd >= 0)
res = chdir (cfd->get_win32_name ());