diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2012-06-04 15:15:09 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-06-04 15:15:09 +0200 |
| commit | 9b0ebb1e9098fba99da94c48279ad8e63c5f17d6 (patch) | |
| tree | f0dd7d3085a5bfe06b6c281eda2d322425fce4c6 /cli | |
| parent | 4880f2e4701d1f07b812b33d260a3ab75e4e64d4 (diff) | |
| download | cli-9b0ebb1e9098fba99da94c48279ad8e63c5f17d6.tar.gz cli-9b0ebb1e9098fba99da94c48279ad8e63c5f17d6.tar.xz cli-9b0ebb1e9098fba99da94c48279ad8e63c5f17d6.zip | |
Remove unnecessary default: statement
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/context.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/context.cxx b/cli/context.cxx index 1fd4996..af6b58f 100644 --- a/cli/context.cxx +++ b/cli/context.cxx @@ -519,8 +519,6 @@ format (string const& s, output_type ot) break; } - default: - break; } } |
