Remove warning generated by newer gcc (4.6)
[lttv.git] / lttv / lttv / sync / event_processing_lttng_standard.c
index d37d357c659a4b4333aef66676cce36bafd085af..ec2a6a924e5a6d267fef6c8adc4c3e3d26449509 100644 (file)
@@ -158,7 +158,7 @@ static void initProcessingLTTVStandard(SyncState* const syncState, ...)
 
 
 /*
- * Call the partial processing destroyer, obtain and adjust the factors from
+ * Call the partial processing destroyer, obtain and the factors from
  * downstream
  *
  * Args:
@@ -169,10 +169,6 @@ static void initProcessingLTTVStandard(SyncState* const syncState, ...)
  */
 static AllFactors* finalizeProcessingLTTVStandard(SyncState* const syncState)
 {
-       ProcessingDataLTTVStandard* processingData;
-
-       processingData= (ProcessingDataLTTVStandard*) syncState->processingData;
-
        partialDestroyProcessingLTTVStandard(syncState);
 
        return syncState->matchingModule->finalizeMatching(syncState);
@@ -180,7 +176,7 @@ static AllFactors* finalizeProcessingLTTVStandard(SyncState* const syncState)
 
 
 /*
- * Print statistics related to processing Must be called after
+ * Print statistics related to processing. Must be called after
  * finalizeProcessing.
  *
  * Args:
This page took 0.023264 seconds and 4 git commands to generate.