C++: remove useless calls to the base default constructor

* data/c++.m4, data/stack.hh, data/variant.hh: here.
This commit is contained in:
Akim Demaille
2018-08-12 14:46:39 +02:00
parent e76245fcd9
commit 0931d14728
3 changed files with 4 additions and 8 deletions

View File

@@ -32,7 +32,6 @@ m4_define([b4_stack_define],
typedef typename S::size_type size_type;
stack ()
: seq_ ()
{
seq_.reserve (200);
}