mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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:
committed by
Christian Helmuth
parent
18be6315cb
commit
444bc18fcf
@@ -30,7 +30,6 @@ namespace Genode {
|
||||
Region_map &_local_rm;
|
||||
Rpc_entrypoint &_thread_ep;
|
||||
Pager_entrypoint &_pager_ep;
|
||||
Allocator &_md_alloc;
|
||||
Trace::Source_registry &_trace_sources;
|
||||
|
||||
protected:
|
||||
@@ -80,7 +79,7 @@ namespace Genode {
|
||||
Root_component<Cpu_session_component>(&session_ep, &md_alloc),
|
||||
_ram_alloc(ram_alloc), _local_rm(local_rm),
|
||||
_thread_ep(thread_ep), _pager_ep(pager_ep),
|
||||
_md_alloc(md_alloc), _trace_sources(trace_sources)
|
||||
_trace_sources(trace_sources)
|
||||
{ }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user