From bb459beb032cfa9473cdef21ef645b350d61728c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 25 Jun 2009 16:34:50 +0000 Subject: Whitespace and more syncing. --- tmux.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index e09a5665..d20bd62a 100644 --- a/tmux.c +++ b/tmux.c @@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.134 2009-06-25 16:21:32 nicm Exp $ */ +/* $Id: tmux.c,v 1.135 2009-06-25 16:34:50 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -504,8 +504,5 @@ out: buffer_destroy(cctx.srv_in); buffer_destroy(cctx.srv_out); -#ifdef DEBUG - xmalloc_report(getpid(), "client"); -#endif return (retcode); } -- cgit