diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-05-19 13:12:36 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-05-19 13:12:36 +0000 |
commit | 5d97fdad3e6f0c6553f42524947074c0c7db7bd6 (patch) | |
tree | e54a16df3e881badc48d905fd330655b38dac49b /usr.sbin | |
parent | 7f5b69cbdbefb69b9fe3b609156985756375cc3d (diff) |
Remove unused macro (log_debuginfo)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpki-client/rrdp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/rpki-client/rrdp.h b/usr.sbin/rpki-client/rrdp.h index 36c97561822..8bbbead3290 100644 --- a/usr.sbin/rpki-client/rrdp.h +++ b/usr.sbin/rpki-client/rrdp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rrdp.h,v 1.8 2022/02/03 18:19:32 claudio Exp $ */ +/* $OpenBSD: rrdp.h,v 1.9 2022/05/19 13:12:35 claudio Exp $ */ /* * Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com> * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org> @@ -21,8 +21,6 @@ #define RRDP_XMLNS "http://www.ripe.net/rpki/rrdp" #define MAX_VERSION 1 -#define log_debuginfo(format, ...) logx(format, ##__VA_ARGS__) - /* save everyone doing this code over and over */ #define PARSE_FAIL(p, ...) do { \ XML_StopParser(p, XML_FALSE); \ |