summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-11-18 11:21:40 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2010-11-18 11:21:40 -0800
commitcc629c0c84a47bac139f23042f81b40ccfbd9ac5 (patch)
treef9fd4922529f63ed63e05bfc5ccabc502d8a1619
parenta4217bbbcbe97356e8011985fdea06e2500d8c88 (diff)
Leave Package::source_ nil until first use.
-rw-r--r--MobileCydia.mm6
1 files changed, 0 insertions, 6 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 629a39f..6bbab27 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -2118,12 +2118,6 @@ struct PackageNameOrdering :
data[i] |= 0x20;
_end
- if (!file_.end()) {
- _profile(Package$initWithVersion$Source)
- source_ = [([database_ getSource:file_.File()] ?: (Source *) [NSNull null]) retain];
- _end
- }
-
required_ = true;
_profile(Package$initWithVersion$Tags)