The FIXME item has been in place since 2011-04-30, and the code has never
made sense, so remove it.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
termtype = getenv("TERM");
- /*
- * FIXME: why terminal type is lpr when command begins with c and has
- * no terminal? If this behavior can be explained please insert
- * reference or remove the code. In case this truly is desired command
- * behavior this should be mentioned in manual page.
- */
- if (termtype == NULL || (argv[0][0] == 'c' && !isatty(STDOUT_FILENO)))
- termtype = "lpr";
-
while ((c = getopt_long(argc, argv, "it:T:Vh", longopts, NULL)) != -1)
switch (c) {