Dead sessions are never on the active sessions list, so the SESSION_DEAD

flag is effectively unused. Remove it.
This commit is contained in:
Nicholas Marriott
2010-12-20 00:19:20 +00:00
parent 9358cfaf4a
commit 8705c6b435
2 changed files with 4 additions and 6 deletions

1
tmux.h
View File

@ -948,7 +948,6 @@ struct session {
struct paste_stack buffers;
#define SESSION_UNATTACHED 0x1 /* not attached to any clients */
#define SESSION_DEAD 0x2
int flags;
struct termios *tio;