diff options
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 5a09168..9d5c9eb 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -1430,7 +1430,6 @@ typedef std::map< unsigned long, _H<Source> > SourceMap; struct PackageValue : Cytore::Block { - Cytore::Offset<void> reserved_; Cytore::Offset<PackageValue> next_; uint32_t index_ : 23; @@ -1450,7 +1449,6 @@ struct PackageValue : struct MetaValue : Cytore::Block { - Cytore::Offset<void> reserved_; Cytore::Offset<PackageValue> packages_[1 << 16]; }; |