From de2755c4c2b9902437d0ef07b5b3c9f3e88b5ead Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 26 Sep 2005 03:37:33 +0000 Subject: remove another unused ident git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3213 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/user.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mbbsd/user.c b/mbbsd/user.c index 3932c0c1..3f6540a8 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1352,7 +1352,6 @@ toregister(char *email, char *genbuf, char *phone, char *career, if ((fn = fopen(fn_register, "a"))) { fprintf(fn, "num: %d, %s", usernum, ctime4(&now)); fprintf(fn, "uid: %s\n", cuser.userid); - fprintf(fn, "ident: \n"); fprintf(fn, "name: %s\n", rname); fprintf(fn, "career: %s\n", career); fprintf(fn, "addr: %s\n", addr); -- cgit v1.2.3