scripts: dts: Remove unused variable in old scripts

Detected by pylint. Getting rid of pylint warnings for a CI check.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-09-05 17:12:33 +02:00 committed by Kumar Gala
commit a67eb7825a

View file

@ -22,7 +22,6 @@ from extract.directive import DTDirective
#
class DTClocks(DTDirective):
def _extract_consumer(self, node_path, clocks, def_label):
clock_consumer_bindings = get_binding(node_path)
clock_consumer_label = 'DT_' + node_label(node_path)
clock_index = 0