Skip to content

Commit

Permalink
Remove the SUPERBLOCK AppCache section
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrossignol committed Oct 30, 2019
1 parent 0b80c0d commit e5e6faf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/appcache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ namespace
{
{ "beacon", Section::BEACON },
{ "beaconalt", Section::BEACONALT },
{ "superblock", Section::SUPERBLOCK },
{ "global", Section::GLOBAL },
{ "protocol", Section::PROTOCOL },
{ "neuralsecurity", Section::NEURALSECURITY },
Expand Down
1 change: 0 additions & 1 deletion src/appcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ enum class Section
{
BEACON,
BEACONALT,
SUPERBLOCK,
GLOBAL,
PROTOCOL,
NEURALSECURITY,
Expand Down

0 comments on commit e5e6faf

Please sign in to comment.