Xml_generator: Remove unused member variable

This triggers a warning when building the code with clang.

Fixes #3868
This commit is contained in:
Piotr Tworek 2020-08-25 21:14:03 +02:00 committed by Christian Helmuth
parent e29485fa59
commit 8d790010bf

View File

@ -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