[Pvfs2-cvs] commit by pw in pvfs2/src/client/sysint:
client-state-machine.c
CVS commit program
cvs at parl.clemson.edu
Wed May 9 15:11:16 EDT 2007
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb1:/tmp/cvs-serv21297/src/client/sysint
Modified Files:
client-state-machine.c
Log Message:
Remove unnecessary cast from void*.
Index: client-state-machine.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/client-state-machine.c,v
diff -u -p -p -u -r1.84 -r1.85
--- client-state-machine.c 18 Apr 2007 16:38:57 -0000 1.84
+++ client-state-machine.c 9 May 2007 19:11:16 -0000 1.85
@@ -738,7 +738,7 @@ PVFS_error PINT_client_wait_internal(
if (in_op_str && out_error && in_class_str)
{
- smcb = (PINT_smcb *)PINT_id_gen_safe_lookup(op_id);
+ smcb = PINT_id_gen_safe_lookup(op_id);
assert(smcb);
sm_p = PINT_sm_frame(smcb, PINT_FRAME_CURRENT);
More information about the Pvfs2-cvs
mailing list