From a19b541dd9eac565a2944dfc8dfadb185742ddf6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 17 Feb 2012 15:15:32 -0600 Subject: Removed unneeded default cases --- src/format.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/format.cc') diff --git a/src/format.cc b/src/format.cc index 93ce4ed4..4fd9700a 100644 --- a/src/format.cc +++ b/src/format.cc @@ -373,10 +373,6 @@ string format_t::real_calc(scope_t& scope) } break; } - - default: - assert(false); - break; } if (elem->max_width > 0 || elem->min_width > 0) { -- cgit v1.2.3