diff options
| author | 2015-12-14 00:32:19 +0000 | |
|---|---|---|
| committer | 2015-12-14 00:32:19 +0000 | |
| commit | 1047d453c9649ab5bd866c1a7e53a5ec4c65b095 (patch) | |
| tree | f669609c4057a3932fc150bc623ce6c6959742b6 | |
| parent | Instead of combined flags for -c, -s, -t, split into different sets (diff) | |
| download | wireguard-openbsd-1047d453c9649ab5bd866c1a7e53a5ec4c65b095.tar.xz wireguard-openbsd-1047d453c9649ab5bd866c1a7e53a5ec4c65b095.zip | |
Remove some stray debug code.
| -rw-r--r-- | usr.bin/tmux/log.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/log.c b/usr.bin/tmux/log.c index c712133c9ae..b10eb39d8fa 100644 --- a/usr.bin/tmux/log.c +++ b/usr.bin/tmux/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.21 2015/12/14 00:31:54 nicm Exp $ */ +/* $OpenBSD: log.c,v 1.22 2015/12/14 00:32:19 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -144,7 +144,6 @@ fatalx(const char *msg, ...) char *fmt; va_list ap; - abort(); va_start(ap, msg); if (asprintf(&fmt, "fatal: %s", msg) == -1) exit(1); |
