mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
os: Drop unused _tree member in Root_clock_divider
Its not used anywhere in the code. Clang produces warning due to this. Issue #3938
This commit is contained in:
committed by
Christian Helmuth
parent
736b000c19
commit
db17d51ff1
@@ -173,7 +173,6 @@ struct Driver::Ccm
|
||||
|
||||
|
||||
Clock & _parent;
|
||||
Clock_tree & _tree;
|
||||
|
||||
public:
|
||||
|
||||
@@ -182,7 +181,7 @@ struct Driver::Ccm
|
||||
Clock & parent,
|
||||
Clock_tree & tree)
|
||||
: Clock(name, tree), Mmio(base),
|
||||
_parent(parent), _tree(tree) {}
|
||||
_parent(parent) {}
|
||||
|
||||
void set_rate(unsigned long) override;
|
||||
unsigned long get_rate() const override;
|
||||
|
||||
Reference in New Issue
Block a user