removed size

release/4.3a0
Luca 2014-07-30 15:26:48 -04:00
parent c298c27793
commit 001f61ce32
1 changed files with 0 additions and 5 deletions

View File

@ -90,11 +90,6 @@ namespace gtsam {
return measured_;
}
/** number of variables attached to this factor */
size_t size() const {
return 2;
}
private:
/** Serialization function */