Remove callsite text output code
[babeltrace.git] / plugins / text / print.c
index 53adab4c738d56bd43aa65a3f4cc7cc8da23c0f3..97c526ff71bde0a139d8d0dac0a351ec120e3d53 100644 (file)
@@ -433,16 +433,6 @@ enum bt_component_status print_event_header(struct text_component *text,
                        bt_put(uri_str);
                }
        }
-       if (text->options.print_callsite_field) {
-               if (!text->start_line) {
-                       fputs(", ", text->out);
-               }
-               text->start_line = false;
-               if (print_names) {
-                       fputs("callsite = ", text->out);
-               }
-               /* TODO */
-       }
        if (!text->start_line) {
                fputs(", ", text->out);
        }
This page took 0.022974 seconds and 4 git commands to generate.