Browse Source

cmRtSys.c : Removed dead code from cmRtSysNteReportSyncEnable().

master
kpl 10 years ago
parent
commit
b2466c0d74
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      cmRtSys.c

+ 1
- 3
cmRtSys.c View File

@@ -1341,11 +1341,9 @@ cmRtRC_t cmRtSysNetReportSyncEnable( cmRtSysH_t h, bool enableFl )
1341 1341
   cmRt_t*  p  = _cmRtHandleToPtr(h);
1342 1342
   unsigned i  = 0;
1343 1343
   for(; i<p->ssCnt; ++i)
1344
-  {
1345
-    cmRptPrintf(p->err.rpt,"Sub-system:%i\n",i);
1346 1344
     if( cmRtNetIsValid(p->ssArray[i].netH))
1347 1345
       cmRtNetReportSyncEnable(p->ssArray[i].netH,enableFl);
1348
-  }
1346
+
1349 1347
   return rc;
1350 1348
 }
1351 1349
 

Loading…
Cancel
Save