mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00:00
Xml_generator: Remove unused member variable
This triggers a warning when building the code with clang. Fixes #3868
This commit is contained in:
committed by
Christian Helmuth
parent
e29485fa59
commit
8d790010bf
@ -172,7 +172,6 @@ class Genode::Xml_generator
|
|||||||
|
|
||||||
bool _has_content = false;
|
bool _has_content = false;
|
||||||
bool _is_indented = false;
|
bool _is_indented = false;
|
||||||
bool _has_attributes = false;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Cursor position of next attribute to insert
|
* Cursor position of next attribute to insert
|
||||||
|
Reference in New Issue
Block a user