summaryrefslogtreecommitdiff
path: root/src/format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.cc')
-rw-r--r--src/format.cc4
1 files changed, 0 insertions, 4 deletions
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) {