aboutsummaryrefslogtreecommitdiffstats
path: root/misc-utils/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils/kill.c')
-rw-r--r--misc-utils/kill.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc-utils/kill.c b/misc-utils/kill.c
index 34b9487972..e52a03d4ba 100644
--- a/misc-utils/kill.c
+++ b/misc-utils/kill.c
@@ -472,10 +472,6 @@ int main(int argc, char **argv)
textdomain(PACKAGE);
atexit(close_stdout);
- ctl.do_pid = (!strcmp(program_invocation_short_name, "pid")); /* Yecch */
- if (ctl.do_pid) /* FIXME: remove in March 2016. */
- warnx(_("use of 'kill --pid' option as command name is deprecated"));
-
argv = parse_arguments(argc, argv, &ctl);
/* The rest of the arguments should be process ids and names. */