hc
2024-08-14 d5ef2fdafdb09de9c2f876fc0edf2ba6bf224909
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 99b578501643377e0b1994b2a068b790d189d5ad Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Wed, 13 Jun 2018 09:41:01 -0400
Subject: [PATCH] remove extra decl
 
Downloaded from upstream commit
https://github.com/rhboot/efibootmgr/commit/99b578501643377e0b1994b2a068b790d189d5ad
 
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 src/efibootmgr.c | 3 ---
 1 file changed, 3 deletions(-)
 
diff --git a/src/efibootmgr.c b/src/efibootmgr.c
index de38f01..4e1a680 100644
--- a/src/efibootmgr.c
+++ b/src/efibootmgr.c
@@ -1536,9 +1536,6 @@ parse_opts(int argc, char **argv)
                            "invalid numeric value %s\n",
                            optarg);
             }
-                        /* XXX efivar-36 accidentally doesn't have a public
-                         * header for this */
-            extern int efi_set_verbose(int verbosity, FILE *errlog);
             efi_set_verbose(opts.verbose - 2, stderr);
             break;
         case 'V':