[Ups-cvs] ups/ups va_expr.c,1.7,1.8
Brought to you by:
ianedwards
From: Tom H. <th...@us...> - 2008-07-29 14:27:01
|
Update of /cvsroot/ups/ups/ups In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv1130 Modified Files: va_expr.c Log Message: Remove unused/duplicate variable declarations. Index: va_expr.c =================================================================== RCS file: /cvsroot/ups/ups/ups/va_expr.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** va_expr.c 21 Jun 2006 16:25:27 -0000 1.7 --- va_expr.c 29 Jul 2008 14:26:53 -0000 1.8 *************** *** 1424,1428 **** if (cr->cr_machine != NULL && cr->cr_parse_id != NULL) { - taddr_t fp, ap, jcfa, unk; ci_exec_result_t res; objid_t par; --- 1424,1427 ---- |