mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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 _is_indented = false;
|
||||
bool _has_attributes = false;
|
||||
|
||||
/**
|
||||
* Cursor position of next attribute to insert
|
||||
|
||||
Reference in New Issue
Block a user