python: fix all 'is assigned to but never used' warnings
[babeltrace.git] / tests / data / plugins / flt.utils.muxer / bt_plugin_muxer_test.py
index f8135fc6fdaf6c32fa320d8c59e91cfda9da8c2e..29aa065ace7b0d0d86e270eff0c97967457caa19 100644 (file)
@@ -20,8 +20,6 @@ class TheSourceOfConfusion(
     bt2._UserSourceComponent, message_iterator_class=TheIteratorOfConfusion
 ):
     def __init__(self, params, obj):
-        tc = self._create_trace_class()
-
         test_name = str(params['test-name'])
 
         TEST_CASES[test_name].source_setup(self, test_name)
This page took 0.027496 seconds and 4 git commands to generate.