summaryrefslogtreecommitdiff
path: root/src/database.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/database.c')
-rw-r--r--src/database.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/database.c b/src/database.c
index 9a977f4..ade8a90 100644
--- a/src/database.c
+++ b/src/database.c
@@ -34,14 +34,6 @@
#include "apk_archive.h"
#include "apk_print.h"
-#if defined(__x86_64__)
-#define APK_DEFAULT_ARCH "x86_64"
-#elif defined(__i386__)
-#define APK_DEFAULT_ARCH "x86"
-#else
-#define APK_DEFAULT_ARCH "noarch"
-#endif
-
enum {
APK_DISALLOW_RMDIR = 0,
APK_ALLOW_RMDIR = 1