summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm5
1 files changed, 0 insertions, 5 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 20fe182..1efa9af 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -64,7 +64,6 @@
#undef ABS
-#include "apt.h"
#include <apt-pkg/acquire.h>
#include <apt-pkg/acquire-item.h>
#include <apt-pkg/algorithms.h>
@@ -2458,11 +2457,7 @@ struct PackageNameOrdering :
} while (false); _end
_profile(Package$initWithVersion$Tags)
-#ifdef __arm64__
pkgCache::TagIterator tag(version_.TagList());
-#else
- pkgCache::TagIterator tag(iterator.TagList());
-#endif
if (!tag.end()) {
tags_ = [NSMutableArray arrayWithCapacity:8];