From: claudio Date: Mon, 25 Oct 2021 14:07:56 +0000 (+0000) Subject: Remove unused variables X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9795a65b9fe6d8273c2eca98ccc05505b9d86b91;p=openbsd Remove unused variables --- diff --git a/usr.sbin/rpki-client/print.c b/usr.sbin/rpki-client/print.c index 808a4461f7f..addc4935cd8 100644 --- a/usr.sbin/rpki-client/print.c +++ b/usr.sbin/rpki-client/print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print.c,v 1.1 2021/10/24 17:53:07 claudio Exp $ */ +/* $OpenBSD: print.c,v 1.2 2021/10/25 14:07:56 claudio Exp $ */ /* * Copyright (c) 2021 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -159,9 +159,6 @@ roa_print(const struct roa *p) void gbr_print(const struct gbr *p) { - char buf[128]; - size_t i; - printf("Subject key identifier: %s\n", pretty_key_id(p->ski)); printf("Authority key identifier: %s\n", pretty_key_id(p->aki)); printf("Authority info access: %s\n", p->aia);