Sfoglia il codice sorgente

cmRtSyc.c : Deleted dead code.

master
kpl 10 anni fa
parent
commit
983f7098fa
1 ha cambiato i file con 0 aggiunte e 11 eliminazioni
  1. 0
    11
      cmRtSys.c

+ 0
- 11
cmRtSys.c Vedi File

1135
   if( selId == kUiMstrSelRtId )
1135
   if( selId == kUiMstrSelRtId )
1136
     return _cmRtHandleNonSubSysMsg( p, msgDataPtrArray, msgByteCntArray, msgSegCnt );
1136
     return _cmRtHandleNonSubSysMsg( p, msgDataPtrArray, msgByteCntArray, msgSegCnt );
1137
 
1137
 
1138
-  /*
1139
-  if( selId == kNetSyncSelRtId )
1140
-  {
1141
-    assert( msgSegCnt==1); 
1142
-    assert( rtSubIdx < p->ssCnt );
1143
-    p->ssArray[rtSubIdx].ctx.srcNetNodeId = srcNetNodeId;
1144
-    p->ssArray[rtSubIdx].ss.cbFunc(&p->ssArray[rtSubIdx].ctx,msgByteCntArray[0],msgDataPtrArray[0]);
1145
-    return kOkRtRC;
1146
-  }
1147
-  */
1148
-
1149
   // if rtSubIdx == kInvalidIdx then send the msg to all sub-systems 
1138
   // if rtSubIdx == kInvalidIdx then send the msg to all sub-systems 
1150
   // otherwise send it to the specified sub-system.
1139
   // otherwise send it to the specified sub-system.
1151
   
1140
   

Loading…
Annulla
Salva