summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-05-30 10:02:08 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-05-30 10:02:08 +0100
commit5e9412608ecae6fde3b68577397dbc07e6f2b4ac (patch)
treefaea5217e1f5607a1ae0cbb331c2c73be15ae16f /tmux.c
parent7a2fed494bbd980d602d012fc17d42e0a642a8a5 (diff)
No longer set __progname, we have getprogname().
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux.c b/tmux.c
index 57fbc6b2..1b3332a7 100644
--- a/tmux.c
+++ b/tmux.c
@@ -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)
{