diff options
author | Guillem Jover <guillem@debian.org> | 2009-01-04 16:38:13 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2009-01-04 16:38:13 +0200 |
commit | 0268f49c4a9c2e110814ebda379f0fbe84ecb8ed (patch) | |
tree | f8e6426cfda92d08882fa32c70e672eeec15bb02 /lib | |
parent | ef091557f01d8f5751531b5fc4ab68b55d657109 (diff) | |
download | dpkg-0268f49c4a9c2e110814ebda379f0fbe84ecb8ed.tar.gz |
Remove unused macros and prototypes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dpkg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/dpkg.h b/lib/dpkg.h index 77dc6666b..61508ff20 100644 --- a/lib/dpkg.h +++ b/lib/dpkg.h @@ -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 |