Remove malloc_options DEBUG bit.

This commit is contained in:
nicm 2015-11-24 22:09:53 +00:00
parent bef217b241
commit 8976dac9e0

8
tmux.c
View File

@ -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();