diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-01 01:25:20 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-01 01:46:28 -0800 |
commit | e4aade72ed39757530ba433be596f602a61698db (patch) | |
tree | 92fa7e9c912a575a945602d055cf5b4adc254147 /MobileCydia.mm | |
parent | f6371a338e1705943caf5e91f967ad44d0ab3646 (diff) |
Random removals of some dead comments/code.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 76dd263..76250ba 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -276,8 +276,6 @@ static _finline void UpdateExternalStatus(uint64_t newStatus) { } - (id) yieldToSelector:(SEL)selector withObject:(id)object { - /*return [self performSelector:selector withObject:object];*/ - volatile bool stopped(false); NSMutableArray *context([NSMutableArray arrayWithObjects: @@ -1968,9 +1966,6 @@ uint32_t PackageChangesRadix(Package *self, void *) { return _not(uint32_t) - value.key; } -_finline static void Stifle(uint8_t &value) { -} - uint32_t PackagePrefixRadix(Package *self, void *context) { size_t offset(reinterpret_cast<size_t>(context)); CYString &name([self cyname]); @@ -1993,8 +1988,6 @@ uint32_t PackagePrefixRadix(Package *self, void *context) { uint8_t data[4]; - // 0.607997 - if (offset == 0 && zeros != 0) { memset(data, '0', zeros); memcpy(data + zeros, text, 4 - zeros); |