The following commit has been merged in the master branch:
commit 83438860857adc4231912ca862829a6fa3e8eda7
Author: Guillem Jover <[email protected]>
Date: Sun Sep 27 03:58:15 2009 +0200
Remove unused variables
diff --git a/src/main.c b/src/main.c
index 4c29f47..e55e63a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -441,8 +441,6 @@ static void setforce(const struct cmdinfo *cip, const char
*value) {
}
}
-static const char okpassshortopts[]= "D";
-
void execbackend(const char *const *argv) DPKG_ATTR_NORET;
void commandfd(const char *const *argv);
static const struct cmdinfo cmdinfos[]= {
diff --git a/src/query.c b/src/query.c
index e174bfd..a5278a1 100644
--- a/src/query.c
+++ b/src/query.c
@@ -616,7 +616,6 @@ Use --license for copyright license and lack of warranty
(GNU GPL).");
const struct cmdinfo *cipaction = NULL;
const char *admindir= ADMINDIR;
-const char *instdir= "";
static void setaction(const struct cmdinfo *cip, const char *value) {
if (cipaction)
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]