@@ -1,3 +1,8 @@
+2009-01-04 Guillem Jover <guillem@debian.org>
+
+ * lib/dpkg.h (SHELL, SHELLENVIR): Remove unused macros.
+ * src/main.h (check_libver): Remove unused prototype.
2009-01-04 Guillem Jover <guillem@debian.org>
* dselect/main.cc (findintable, dme, refreshmenu): Make static.
@@ -138,11 +138,8 @@ DPKG_BEGIN_DECLS
#define LZMA "lzma"
#define RM "rm"
#define FIND "find"
-#define SHELL "sh"
#define DIFF "diff"
-#define SHELLENVIR "SHELL"
-
#define FIND_EXPRSTARTCHARS "-(),!"
#define TARBLKSZ 512
@@ -247,7 +247,6 @@ enum debugflags {
};
void debug(int which, const char *fmt, ...) PRINTFFORMAT(2,3);
-void check_libver(void);
void log_action(const char *action, struct pkginfo *pkg);
/* from trigproc.c */