diff options
| author | Peter Jones <pjones@redhat.com> | 2021-07-23 14:18:06 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-09-07 17:05:04 -0400 |
| commit | cae5e2f7c100bc9e8f07de62353021d6737a50ee (patch) | |
| tree | 71863c3abeb22e977578ba044c0f0c8796bac9ed /lib | |
| parent | 3cc53c788ed2c540889da8b01d681103dda39e92 (diff) | |
| download | efi-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.c | 2 |
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) { |
