diff --git a/libs/graphslam/include/mrpt/graphslam/misc/TNodeProps.h b/libs/graphslam/include/mrpt/graphslam/misc/TNodeProps.h index e83bf2300e..971e6d9dce 100644 --- a/libs/graphslam/include/mrpt/graphslam/misc/TNodeProps.h +++ b/libs/graphslam/include/mrpt/graphslam/misc/TNodeProps.h @@ -21,14 +21,6 @@ struct TNodeProps mrpt::obs::CObservation2DRangeScan::Ptr scan; TNodeProps() = default; - TNodeProps(const TNodeProps& o) { *this = o; } - - TNodeProps operator=(const TNodeProps& other) - { - this->pose = other.pose; - this->scan = other.scan; - return *this; - } void getAsString(std::string* str) const {