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/tls_pbuf.cc')
-rw-r--r--winsup/cygwin/tls_pbuf.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/winsup/cygwin/tls_pbuf.cc b/winsup/cygwin/tls_pbuf.cc
index 2f817ec92..c48ca5853 100644
--- a/winsup/cygwin/tls_pbuf.cc
+++ b/winsup/cygwin/tls_pbuf.cc
@@ -22,17 +22,6 @@ tls_pathbuf::destroy ()
free (w_buf[i]);
}
-tmp_pathbuf::tmp_pathbuf ()
-: c_buf_old (tls_pbuf.c_cnt),
- w_buf_old (tls_pbuf.w_cnt)
-{}
-
-tmp_pathbuf::~tmp_pathbuf ()
-{
- tls_pbuf.c_cnt = c_buf_old;
- tls_pbuf.w_cnt = w_buf_old;
-}
-
char *
tmp_pathbuf::c_get ()
{