Revert "add implementation for deprecated Mahalanobis"

This reverts commit 351c6f8bcc.
release/4.3a0
yetongumich 2020-04-02 11:04:31 -04:00
parent 3b183e2da0
commit 227bff6aee
1 changed files with 1 additions and 3 deletions

View File

@ -224,9 +224,7 @@ namespace gtsam {
} }
#ifdef GTSAM_ALLOW_DEPRECATED_SINCE_V4 #ifdef GTSAM_ALLOW_DEPRECATED_SINCE_V4
virtual double Mahalanobis(const Vector& v) const { virtual double Mahalanobis(const Vector& v) const;
return SquaredMahalanobisDistance(v);
}
#endif #endif
inline virtual double error(const Vector& v) const { inline virtual double error(const Vector& v) const {