diff options
author | Anthony Towns <aj@erisian.com.au> | 2022-04-15 06:53:19 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2022-05-10 12:09:33 +1000 |
commit | bb5c24b120a3ac7df367a1c5d9b075ca564efb5f (patch) | |
tree | fb615ac890a78c4536a985db148c0d70d4ad2ef7 /src/deploymentstatus.cpp | |
parent | eca22c726ac48b4216bb68cc0f0bbd655c43ac12 (diff) |
validation: move g_versionbitscache into ChainstateManager
Diffstat (limited to 'src/deploymentstatus.cpp')
-rw-r--r-- | src/deploymentstatus.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/deploymentstatus.cpp b/src/deploymentstatus.cpp index ae19a6e40d..3a524af29e 100644 --- a/src/deploymentstatus.cpp +++ b/src/deploymentstatus.cpp @@ -9,8 +9,6 @@ #include <type_traits> -VersionBitsCache g_versionbitscache; - /* Basic sanity checking for BuriedDeployment/DeploymentPos enums and * ValidDeployment check */ |