diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-05-30 10:02:08 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-05-30 10:02:08 +0100 |
commit | 5e9412608ecae6fde3b68577397dbc07e6f2b4ac (patch) | |
tree | faea5217e1f5607a1ae0cbb331c2c73be15ae16f /tmux.c | |
parent | 7a2fed494bbd980d602d012fc17d42e0a642a8a5 (diff) | |
download | rtmux-5e9412608ecae6fde3b68577397dbc07e6f2b4ac.tar.gz rtmux-5e9412608ecae6fde3b68577397dbc07e6f2b4ac.tar.bz2 rtmux-5e9412608ecae6fde3b68577397dbc07e6f2b4ac.zip |
No longer set __progname, we have getprogname().
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -46,10 +46,6 @@ const char *socket_path; __dead void usage(void); static char *make_label(const char *); -#ifndef HAVE___PROGNAME -char *__progname = (char *) "tmux"; -#endif - __dead void usage(void) { |