Remove uses of the deprecated register keyword

This commit is contained in:
Jeremy Lorelli
2023-07-10 17:31:21 -07:00
committed by smathis
parent 3499b159c7
commit 6b5bc75f69
+2 -2
View File
@@ -279,8 +279,8 @@ static double query_axis(int card, struct driver_table *tabptr, epicsTime tick,
for (index = 0; index < brdptr->total_axis; index++)
{
register struct mess_info *motor_info;
register struct mess_node *motor_motion;
struct mess_info *motor_info;
struct mess_node *motor_motion;
double delay = 0.0;
motor_info = &(brdptr->motor_info[index]);