aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-05-20 10:40:58 +0200
committerFabian Groffen <grobian@gentoo.org>2019-05-20 10:43:57 +0200
commit861d52c3d5fe82d4ca07ba7159f3232c215af28e (patch)
treeacce26db69b507704b4a3a8906f520618f770501 /applets.h
parentqfile: allow matching basenames to objects by default (diff)
downloadportage-utils-861d52c3d5fe82d4ca07ba7159f3232c215af28e.tar.gz
portage-utils-861d52c3d5fe82d4ca07ba7159f3232c215af28e.tar.bz2
portage-utils-861d52c3d5fe82d4ca07ba7159f3232c215af28e.zip
q: remove -M (modpath) option
modpath is never used in the code, remove its option Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/applets.h b/applets.h
index 8cb537a..f183dca 100644
--- a/applets.h
+++ b/applets.h
@@ -137,7 +137,6 @@ static const struct applet_t {
case 'C': no_colors(); break; \
default: applet ## _usage(EXIT_FAILURE); break;
-extern char *modpath;
extern char *portroot;
extern int verbose;
extern int quiet;