summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm>2015-11-24 22:09:53 +0000
committernicm <nicm>2015-11-24 22:09:53 +0000
commit8976dac9e0c2e55b240ad55f4f7fa0a3b887c0e2 (patch)
treeb7e41a0cb833658e3eed5f4bc1d8f7f4dfd3e572
parentbef217b241ec50d6aed87dbb3604acd1bdb74121 (diff)
Remove malloc_options DEBUG bit.
-rw-r--r--tmux.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tmux.c b/tmux.c
index 7e89d526..c515ebb2 100644
--- a/tmux.c
+++ b/tmux.c
@@ -34,10 +34,6 @@
#include "tmux.h"
-#ifdef DEBUG
-extern char *malloc_options;
-#endif
-
struct options *global_options; /* server options */
struct options *global_s_options; /* session options */
struct options *global_w_options; /* window options */
@@ -182,10 +178,6 @@ main(int argc, char **argv)
const char *s;
int opt, flags, keys;
-#ifdef DEBUG
- malloc_options = (char *) "AFGJPX";
-#endif
-
setlocale(LC_TIME, "");
tzset();