Removed compiler warning on unused variable.

This commit is contained in:
Ron Sluiter
2010-04-08 21:05:29 +00:00
parent ea6dbcbb38
commit b969a18096
-1
View File
@@ -156,7 +156,6 @@ static RTN_STATUS Soloist_build_trans (motor_cmnd command, double *parms, struct
struct motor_trans *trans = (struct motor_trans *) mr->dpvt;
struct mess_node *motor_call;
struct controller *brdptr;
struct mess_info *motor_info;
struct Soloistcontroller *cntrl;
char buff[BUFF_SIZE], temp[BUFF_SIZE];
int axis, card, maxdigits;