mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +00:00
base: Drop unused Cpu_root::_md_alloc member
This private variable has no uses in the context of the class. Spotted when building the code with clang. Issue #3938
This commit is contained in:
parent
18be6315cb
commit
444bc18fcf
@ -30,7 +30,6 @@ namespace Genode {
|
|||||||
Region_map &_local_rm;
|
Region_map &_local_rm;
|
||||||
Rpc_entrypoint &_thread_ep;
|
Rpc_entrypoint &_thread_ep;
|
||||||
Pager_entrypoint &_pager_ep;
|
Pager_entrypoint &_pager_ep;
|
||||||
Allocator &_md_alloc;
|
|
||||||
Trace::Source_registry &_trace_sources;
|
Trace::Source_registry &_trace_sources;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
@ -80,7 +79,7 @@ namespace Genode {
|
|||||||
Root_component<Cpu_session_component>(&session_ep, &md_alloc),
|
Root_component<Cpu_session_component>(&session_ep, &md_alloc),
|
||||||
_ram_alloc(ram_alloc), _local_rm(local_rm),
|
_ram_alloc(ram_alloc), _local_rm(local_rm),
|
||||||
_thread_ep(thread_ep), _pager_ep(pager_ep),
|
_thread_ep(thread_ep), _pager_ep(pager_ep),
|
||||||
_md_alloc(md_alloc), _trace_sources(trace_sources)
|
_trace_sources(trace_sources)
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user