mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 06:10:34 +08:00
clang-tidy modernize-use-equals-default
This commit is contained in:
committed by
Lorenz Meier
parent
9b5df10631
commit
4e32cb17df
@@ -54,9 +54,7 @@
|
||||
#include <asm/socket.h>
|
||||
#endif
|
||||
|
||||
MavlinkShell::MavlinkShell()
|
||||
{
|
||||
}
|
||||
MavlinkShell::MavlinkShell() = default;
|
||||
|
||||
MavlinkShell::~MavlinkShell()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user