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:
parent
c1f6fe85f7
commit
a67eb7825a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue