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