aboutsummaryrefslogtreecommitdiffstats
path: root/main/efibootmgr/efivar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/efibootmgr/efivar.patch')
-rw-r--r--main/efibootmgr/efivar.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/main/efibootmgr/efivar.patch b/main/efibootmgr/efivar.patch
deleted file mode 100644
index 614195f3c99..00000000000
--- a/main/efibootmgr/efivar.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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':