summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-07-23 14:18:06 -0400
committerPeter Jones <pjones@redhat.com>2021-09-07 17:05:04 -0400
commitcae5e2f7c100bc9e8f07de62353021d6737a50ee (patch)
tree71863c3abeb22e977578ba044c0f0c8796bac9ed /lib
parent3cc53c788ed2c540889da8b01d681103dda39e92 (diff)
downloadefi-boot-shim-cae5e2f7c100bc9e8f07de62353021d6737a50ee.tar.gz
efi-boot-shim-cae5e2f7c100bc9e8f07de62353021d6737a50ee.zip
shim/mm/fb: move global state to its own source file
This moves the globals from shim.c (and lib/console.c) into their own file, to make it so that unit tests can more easily link against code that uses that state. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/console.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/console.c b/lib/console.c
index 5193b578..2a669228 100644
--- a/lib/console.c
+++ b/lib/console.c
@@ -655,8 +655,6 @@ console_reset(void)
co->ClearScreen(co);
}
-UINT32 verbose = 0;
-
VOID
setup_verbosity(VOID)
{