Remove a safety-setting line which is unnecessary now that the previous

line is using strlcpy instead of strncpy.

MFC after:	4 days
This commit is contained in:
Garance A Drosehn 2002-04-19 18:46:10 +00:00
parent f6d5668396
commit fc7477304d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95069

View File

@ -514,7 +514,6 @@ printit(struct printer *pp, char *file)
case 'Z': /* locale for pr */
strlcpy(locale, line + 1, sizeof(locale));
locale[sizeof(locale) - 1] = '\0';
continue;
default: /* some file to print */