Remove unused g_info definitions
[lttv.git] / lttv / lttv / sync / event_processing_lttng_null.c
index f251b055f05ae36495bd61967ffc3f4c101b39bc..580185fb7ce2af36be72a6adb16ad84c56691415 100644 (file)
 
 #include <stdlib.h>
 
-#include "sync_chain_lttv.h"
+#include "sync_chain.h"
 #include "event_processing_lttng_common.h"
 
 #include "event_processing_lttng_null.h"
 
 
-#ifndef g_info
-#define g_info(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format)
-#endif
-
-
 // Functions common to all processing modules
 static void initProcessingLTTVNull(SyncState* const syncState,
        LttvTracesetContext* const traceSetContext);
@@ -50,9 +45,6 @@ static ProcessingModule processingModuleLTTVNull = {
        .initProcessing= &initProcessingLTTVNull,
        .destroyProcessing= &destroyProcessingLTTVNull,
        .finalizeProcessing= &finalizeProcessingLTTVNull,
-       .printProcessingStats= NULL,
-       .writeProcessingGraphsPlots= NULL,
-       .writeProcessingGraphsOptions= NULL,
 };
 
 
This page took 0.022864 seconds and 4 git commands to generate.