]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/pager: Remove unused define
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 19 Jan 2026 18:06:50 +0000 (19:06 +0100)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 20 Jan 2026 16:36:45 +0000 (17:36 +0100)
The NULL_DEVICE is never used.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
lib/pager.c

index 9a06d7511edc788b66d00b661c11449ca631ace0..cbd08964e82ba34c26622a79a44681894f926c20 100644 (file)
@@ -26,8 +26,6 @@
 #include "ttyutils.h"
 #include "pager.h"
 
-#define NULL_DEVICE    "/dev/null"
-
 static const char *pager_argv[] = { "sh", "-c", NULL, NULL };
 
 struct child_process {