AP_Math: remove unused double instantiation

This commit is contained in:
Lucas De Marchi 2017-01-31 09:36:18 -08:00
parent 87038d8ef1
commit 008ac0a2a8

View File

@ -436,4 +436,3 @@ template bool Vector3<double>::operator ==(const Vector3<double> &v) const;
template bool Vector3<double>::operator !=(const Vector3<double> &v) const;
template bool Vector3<double>::is_nan(void) const;
template bool Vector3<double>::is_inf(void) const;
template float Vector3<double>::angle(const Vector3<double> &v) const;