From e5e6faf03db58cacfaa17522e55252feb5856380 Mon Sep 17 00:00:00 2001 From: Cy Rossignol Date: Tue, 29 Oct 2019 13:38:10 -0500 Subject: [PATCH] Remove the SUPERBLOCK AppCache section --- src/appcache.cpp | 1 - src/appcache.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/appcache.cpp b/src/appcache.cpp index 22fef30614..3d894323a8 100644 --- a/src/appcache.cpp +++ b/src/appcache.cpp @@ -17,7 +17,6 @@ namespace { { "beacon", Section::BEACON }, { "beaconalt", Section::BEACONALT }, - { "superblock", Section::SUPERBLOCK }, { "global", Section::GLOBAL }, { "protocol", Section::PROTOCOL }, { "neuralsecurity", Section::NEURALSECURITY }, diff --git a/src/appcache.h b/src/appcache.h index 3d980b54be..41cb7c28fa 100644 --- a/src/appcache.h +++ b/src/appcache.h @@ -8,7 +8,6 @@ enum class Section { BEACON, BEACONALT, - SUPERBLOCK, GLOBAL, PROTOCOL, NEURALSECURITY,