remove extra GTSAM_EXPORTs from Ordering.h

release/4.3a0
Varun Agrawal 2023-07-27 14:45:08 -04:00
parent e4ff39cd42
commit 38e52810bc
1 changed files with 0 additions and 2 deletions

View File

@ -70,11 +70,9 @@ public:
* @param keys The key vector to append to this ordering. * @param keys The key vector to append to this ordering.
* @return The ordering variable with appended keys. * @return The ordering variable with appended keys.
*/ */
GTSAM_EXPORT
This& operator+=(KeyVector& keys); This& operator+=(KeyVector& keys);
/// Check if key exists in ordering. /// Check if key exists in ordering.
GTSAM_EXPORT
bool contains(const Key& key) const; bool contains(const Key& key) const;
/** /**