mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
AP_Param: remove AP_ParamV =
operator
This commit is contained in:
parent
1a3391ebef
commit
90780e52b3
@ -973,13 +973,6 @@ public:
|
||||
return _value;
|
||||
}
|
||||
|
||||
/// Copy assignment from T is equivalent to ::set.
|
||||
///
|
||||
AP_ParamV<T,PT>& operator=(const T &v) {
|
||||
_value = v;
|
||||
return *this;
|
||||
}
|
||||
|
||||
protected:
|
||||
T _value;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user