python: fix all 'is assigned to but never used' warnings
[babeltrace.git] / tests / bindings / python / bt2 / test_field_class.py
index 45255e6710c845d63726ade8c247d92f41fbda40..b1dbd38af9b7ed33cc5b442d7f05dcb96f3a5132 100644 (file)
@@ -361,7 +361,6 @@ class _TestElementContainer:
             self._append_element_method(self._fc, 'yes', sub_fc2)
 
     def test_iadd(self):
-        other_fc = self._create_default_field_class()
         a_field_class = self._tc.create_real_field_class()
         b_field_class = self._tc.create_signed_integer_field_class(17)
         self._append_element_method(self._fc, 'a_float', a_field_class)
@@ -685,7 +684,6 @@ class _VariantFieldClassWithSelectorTestCase:
             )
 
     def test_iadd(self):
-        other_fc = self._create_default_field_class()
         a_field_class = self._tc.create_real_field_class()
         self._fc.append_option('a_float', a_field_class, self._ranges1)
         c_field_class = self._tc.create_string_field_class()
This page took 0.02282 seconds and 4 git commands to generate.