ctf: remove unnecessary assignment
[babeltrace.git] / src / plugins / ctf / fs-src / query.c
index 43041de30320dc7f63a4be39e11d37e575f19968..35e4ec97eaf49c22f9fe3320e6b6311d8101eae4 100644 (file)
@@ -412,7 +412,6 @@ bt_component_class_query_method_status trace_info_query(
 
 error:
        BT_VALUE_PUT_REF_AND_RESET(result);
-       result = NULL;
 
        if (status >= 0) {
                status = BT_COMPONENT_CLASS_QUERY_METHOD_STATUS_ERROR;
This page took 0.024024 seconds and 4 git commands to generate.