summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.h
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-23 23:41:46 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-23 23:41:46 (EST)
commit94e00a584d7e2d28d23ead5c47e56bc421e2b5f9 (patch)
treea5713afbf4d0a64b82195d6f14c94968607b8b03 /libopkg/opkg_conf.h
parent83137c7907329b8529e4a6b9f0bc6317927ae36c (diff)
Remove list_pending command. Undocumented and the pending_dir was unpopulated.
git-svn-id: http://opkg.googlecode.com/svn/trunk@359 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg_conf.h')
-rw-r--r--libopkg/opkg_conf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h
index b19e5dd..fc14e09 100644
--- a/libopkg/opkg_conf.h
+++ b/libopkg/opkg_conf.h
@@ -31,7 +31,6 @@ typedef struct opkg_conf opkg_conf_t;
#define OPKG_CONF_DEFAULT_TMP_DIR_BASE "/tmp"
#define OPKG_CONF_TMP_DIR_SUFFIX "opkg-XXXXXX"
#define OPKG_CONF_LISTS_DIR OPKG_STATE_DIR_PREFIX "/lists"
-#define OPKG_CONF_PENDING_DIR OPKG_STATE_DIR_PREFIX "/pending"
/* In case the config file defines no dest */
#define OPKG_CONF_DEFAULT_DEST_NAME "root"
@@ -51,7 +50,6 @@ struct opkg_conf
char *tmp_dir;
char *lists_dir;
- char *pending_dir;
/* options */
int autoremove;