diff options
Diffstat (limited to 'winsup/cygwin/cygtls.h')
-rw-r--r-- | winsup/cygwin/cygtls.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/cygtls.h b/winsup/cygwin/cygtls.h index 230a7e3af..4715d37b4 100644 --- a/winsup/cygwin/cygtls.h +++ b/winsup/cygwin/cygtls.h @@ -114,12 +114,6 @@ struct _local_storage /* strerror */ char strerror_buf[sizeof ("Unknown error 4294967295")]; - /* sysloc.cc */ - wchar_t *process_ident; // note: malloced - int process_logopt; - int process_facility; - int process_logmask; - /* times.cc */ char timezone_buf[20]; struct tm _localtime_buf; |