diff options
-rw-r--r-- | src/pugixml.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp index 6297a53..78e5a57 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -3328,9 +3328,6 @@ PUGI__NS_BEGIN { switch (indent_length) { - case 0: - break; - case 1: { for (unsigned int i = 0; i < depth; ++i) |