From a98518a8100f7d1b9c027e790ec5a81aa6a4bd79 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 24 Nov 2015 22:09:54 +0000 Subject: Remove malloc_options DEBUG bit. --- usr.bin/tmux/tmux.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'usr.bin/tmux/tmux.c') diff --git a/usr.bin/tmux/tmux.c b/usr.bin/tmux/tmux.c index 8a73fc510a3..a3b1e596df1 100644 --- a/usr.bin/tmux/tmux.c +++ b/usr.bin/tmux/tmux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.c,v 1.158 2015/11/24 21:52:06 nicm Exp $ */ +/* $OpenBSD: tmux.c,v 1.159 2015/11/24 22:09:53 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -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(); -- cgit v1.2.3