From 00e1219bec0bd56536fcd8cba7930b426c9601db Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 2 Oct 2014 03:06:52 +0000 Subject: Remove redundant condition from text_output_indent git-svn-id: https://pugixml.googlecode.com/svn/trunk@1037 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.cpp | 3 --- 1 file changed, 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) -- cgit v1.2.3