diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-23 18:06:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-23 18:06:50 +0000 |
commit | 51b9e0d27cf6dfcfb2cfa9ed65e80a4e86db8594 (patch) | |
tree | e3541e45807bffa924e6613e745991558591f20d | |
parent | 1fca2bf0b1ec0af17962012235e0b72672f4c20e (diff) |
remove unused macro; ok jca
-rw-r--r-- | usr.sbin/cron/macros.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/cron/macros.h b/usr.sbin/cron/macros.h index e26123527b7..925d48ad9ee 100644 --- a/usr.sbin/cron/macros.h +++ b/usr.sbin/cron/macros.h @@ -1,4 +1,4 @@ -/* $OpenBSD: macros.h,v 1.7 2011/08/22 19:32:42 millert Exp $ */ +/* $OpenBSD: macros.h,v 1.8 2013/11/23 18:06:49 deraadt Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -79,7 +79,6 @@ ; #endif /* DEBUGGING */ -#define MkUpper(ch) (islower(ch) ? toupper(ch) : ch) #define Set_LineNum(ln) {Debug(DPARS|DEXT,("linenum=%d\n",ln)); \ LineNumber = ln; \ } |