mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00: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:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user