mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-06 09:21:49 +00:00
base: remove unused argument name in list_model.h
Needed to use the utility with -Weffc++.
This commit is contained in:
parent
de9d1afa99
commit
bf0ef1b8eb
@ -216,7 +216,7 @@ struct Genode::List_model<ELEM>::Update_policy
|
|||||||
* This method allows the policy to disregard certain XML node types from
|
* This method allows the policy to disregard certain XML node types from
|
||||||
* building the data model.
|
* building the data model.
|
||||||
*/
|
*/
|
||||||
static bool node_is_element(Xml_node node) { return true; }
|
static bool node_is_element(Xml_node) { return true; }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _INCLUDE__UTIL__LIST_MODEL_H_ */
|
#endif /* _INCLUDE__UTIL__LIST_MODEL_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user