clang-tidy modernize-use-equals-default

This commit is contained in:
Daniel Agar
2018-05-18 00:10:13 -04:00
committed by Lorenz Meier
parent 9b5df10631
commit 4e32cb17df
22 changed files with 25 additions and 78 deletions
+1 -3
View File
@@ -54,9 +54,7 @@
#include <asm/socket.h>
#endif
MavlinkShell::MavlinkShell()
{
}
MavlinkShell::MavlinkShell() = default;
MavlinkShell::~MavlinkShell()
{