mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Remove malloc_options DEBUG bit.
This commit is contained in:
parent
bef217b241
commit
8976dac9e0
8
tmux.c
8
tmux.c
@ -34,10 +34,6 @@
|
|||||||
|
|
||||||
#include "tmux.h"
|
#include "tmux.h"
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
extern char *malloc_options;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct options *global_options; /* server options */
|
struct options *global_options; /* server options */
|
||||||
struct options *global_s_options; /* session options */
|
struct options *global_s_options; /* session options */
|
||||||
struct options *global_w_options; /* window options */
|
struct options *global_w_options; /* window options */
|
||||||
@ -182,10 +178,6 @@ main(int argc, char **argv)
|
|||||||
const char *s;
|
const char *s;
|
||||||
int opt, flags, keys;
|
int opt, flags, keys;
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
malloc_options = (char *) "AFGJPX";
|
|
||||||
#endif
|
|
||||||
|
|
||||||
setlocale(LC_TIME, "");
|
setlocale(LC_TIME, "");
|
||||||
tzset();
|
tzset();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user