aboutsummaryrefslogtreecommitdiff
path: root/src/mountinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mountinfo.c')
-rw-r--r--src/mountinfo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mountinfo.c b/src/mountinfo.c
index ad76d32d..05ce8dd7 100644
--- a/src/mountinfo.c
+++ b/src/mountinfo.c
@@ -43,7 +43,6 @@
#include <errno.h>
#include <getopt.h>
-#include <libgen.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
@@ -367,8 +366,6 @@ int mountinfo (int argc, char **argv)
int result;
bool quiet;
- applet = basename (argv[0]);
-
/* Ensure that we are only quiet when explicitly told to be */
unsetenv ("EINFO_QUIET");