summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MobileCydia.mm')
-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)