diff options
Diffstat (limited to 'gdbsupport/environ.h')
-rw-r--r-- | gdbsupport/environ.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdbsupport/environ.h b/gdbsupport/environ.h index b6d30ce..df844bc 100644 --- a/gdbsupport/environ.h +++ b/gdbsupport/environ.h @@ -35,10 +35,7 @@ public: m_environ_vector.push_back (NULL); } - ~gdb_environ () - { - clear (); - } + ~gdb_environ () { clear (); } /* Move constructor. */ gdb_environ (gdb_environ &&e) |