base: Drop unused "verbose" variable

Spotted when building the code with clang. This is not used anywhere in
the file.

Issue #3938
This commit is contained in:
Piotr Tworek 2020-11-04 00:15:14 +01:00 committed by Christian Helmuth
parent d4a3aa7eda
commit 9c3ce58e57

View File

@ -24,7 +24,6 @@
#include <region_map_component.h>
#include <dataspace_component.h>
static const bool verbose = false;
static const bool verbose_page_faults = false;