Remove unnecessary string_array_t constructor

This commit is contained in:
Kp 2014-10-01 02:22:11 +00:00
parent 3bb04d0d07
commit c6aba5bb19

View file

@ -45,9 +45,6 @@ struct string_array_t
{
std::vector<char> buffer;
std::vector<const char *> ptr;
string_array_t()
{
}
void clear()
{
ptr.clear();