From 36f3a7296943022abe94ded17a0cae82614f35ab Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 10 Jun 1997 20:30:51 +0000 Subject: First step towards netrc fix. svn path=/trunk/; revision=1078 --- rcfile_y.y | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index 8b8cbc82..94f0cc8f 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -150,17 +150,7 @@ serv_option : AKA alias_list | NO ENVELOPE {current.server.envelope = STRING_DISABLED;} ; -/* - * The first and only the first user spec may omit the USERNAME part. - * This is a backward-compatibility kluge to allow old popclient files - * to keep working. - */ userspecs : user1opts {record_current(); user_reset();} - | user1opts explicits - { - record_current(); user_reset(); - fprintf(stderr, "Warning: user entry with no `user' keyword\n"); - } | explicits ; -- cgit v1.2.3