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:
authorChristopher Faylor <me@cgf.cx>2011-06-10 01:20:27 +0400
committerChristopher Faylor <me@cgf.cx>2011-06-10 01:20:27 +0400
commitb6510ccdcddaa82e379a3f3305902b5741c1eaa6 (patch)
tree46be139a1b49b001cda09c9e6b4816abb9cb9abd /winsup/cygwin/globals.cc
parente254790b666ea95285d0338e252f30fdbc556196 (diff)
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
(child_info::old_title): Delete. (child_info::~child_info_spawn): Remove recording of old_title. * dcrt0.cc (title_buf): Delete. (child_info_spawn::handle_spawn): Remove recording of old_title. (dll_crt0_1): Get rid of all title handling. (do_exit): Ditto. * environ.cc (known): Delete strip_title and title. * fhandler_console.cc (fhandler_console::write): Remove recording of old_title. * globals.cc (exit_states): Remove ES_TITLE. (display_title): Delete. (strip_title_path): Delete. (old_title): Delete. * spawn.cc (spawn_guts): Remove old_title accommodation.
Diffstat (limited to 'winsup/cygwin/globals.cc')
-rw-r--r--winsup/cygwin/globals.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/globals.cc b/winsup/cygwin/globals.cc
index 00f9dd758..daec49abe 100644
--- a/winsup/cygwin/globals.cc
+++ b/winsup/cygwin/globals.cc
@@ -41,7 +41,6 @@ enum exit_states
ES_HUP_PGRP,
ES_HUP_SID,
ES_EXEC_EXIT,
- ES_TITLE,
ES_TTY_TERMINATE,
ES_FINAL
};
@@ -52,8 +51,6 @@ exit_states NO_COPY exit_state;
int NO_COPY dynamically_loaded;
/* Some CYGWIN environment variable variables. */
-bool display_title;
-bool strip_title_path;
bool allow_glob = true;
bool NO_COPY in_forkee;
@@ -73,8 +70,6 @@ bool NO_COPY _cygwin_testing;
char NO_COPY almost_null[1];
-char *old_title;
-
/* Define globally used, but readonly variables using the _RDATA attribute. */
#define _RDATA __attribute__ ((section(".rdata")))