Skip to content

Commit

Permalink
remove io cycleTime
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-dev committed Oct 11, 2023
1 parent 27ef544 commit fef0fa9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/emc/nml_intf/emc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ void EMC_TASK_PLAN_CLOSE::update(CMS * cms)
*/
void EMC_IO_STAT::update(CMS * cms)
{
cms->update(cycleTime);
cms->update(debug);
tool.update(cms);
coolant.update(cms);
Expand Down
1 change: 0 additions & 1 deletion src/emc/nml_intf/emc_nml.hh
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,6 @@ class EMC_IO_STAT:public EMC_IO_STAT_MSG {
void update(CMS * cms);

// top-level stuff
double cycleTime;
int debug; // copy of EMC_DEBUG global
int reason; // to communicate abort/fault cause
int fault; // 0 on success, 1 on fault during M6
Expand Down

0 comments on commit fef0fa9

Please sign in to comment.