This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=416b15774668a7e7aa72ccec292cfb67ef36b7d1

commit 416b15774668a7e7aa72ccec292cfb67ef36b7d1
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Sat Nov 18 20:21:15 2023 +0100

    libdpkg: Remove unused DEFAULTSHELL and DEFAULTPAGER macros
    
    These macros are no longer used, since we determine them at configure
    time and use different names for the macros we define from those.
---
 lib/dpkg/dpkg.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/dpkg/dpkg.h b/lib/dpkg/dpkg.h
index d2389a1eb..ee6fd3b00 100644
--- a/lib/dpkg/dpkg.h
+++ b/lib/dpkg/dpkg.h
@@ -94,9 +94,6 @@ DPKG_BEGIN_DECLS
 #define IMPORTANTFMT      "%04d"
 #define MAXUPDATES         250
 
-#define DEFAULTSHELL        "sh"
-#define DEFAULTPAGER        "pager"
-
 #define MD5HASHLEN           32
 #define MAXTRIGDIRECTIVE     256
 

-- 
Dpkg.Org's dpkg

Reply via email to