* 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.
This commit is contained in:
@ -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")))
|
||||
|
||||
|
Reference in New Issue
Block a user