diff options
author | 2015-01-23 15:56:04 +0000 | |
---|---|---|
committer | 2015-01-23 15:56:04 +0000 | |
commit | f435e6cbb60fa45c96195909e9bd33b091777e42 (patch) | |
tree | 72c674450158a962ae40f123022ab4f445cf5fcb | |
parent | Ensure that a ServerKeyExchange message is received if the selected cipher (diff) | |
download | wireguard-openbsd-f435e6cbb60fa45c96195909e9bd33b091777e42.tar.xz wireguard-openbsd-f435e6cbb60fa45c96195909e9bd33b091777e42.zip |
Remove now-unused DebugFlags.
-rw-r--r-- | usr.sbin/cron/globals.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/cron/globals.h b/usr.sbin/cron/globals.h index 767505aa07c..5a04e88340c 100644 --- a/usr.sbin/cron/globals.h +++ b/usr.sbin/cron/globals.h @@ -1,4 +1,4 @@ -/* $OpenBSD: globals.h,v 1.9 2015/01/23 01:01:06 tedu Exp $ */ +/* $OpenBSD: globals.h,v 1.10 2015/01/23 15:56:04 millert Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -63,5 +63,3 @@ XTRN char *ProgramName INIT("amnesia"); XTRN int LineNumber INIT(0); XTRN time_t StartTime INIT(0); XTRN int NoFork INIT(0); - -#define DebugFlags 0 |