remove wrapping of Key

release/4.3a0
Varun Agrawal 2020-06-09 18:16:30 -05:00
parent 9e4a6e6167
commit 1a8baeac99
1 changed files with 0 additions and 6 deletions

View File

@ -120,12 +120,6 @@
namespace gtsam { namespace gtsam {
// Include Key typedef
#include <gtsam/base/types.h>
class Key {
Key();
};
// Actually a FastList<Key> // Actually a FastList<Key>
#include <gtsam/inference/Key.h> #include <gtsam/inference/Key.h>
class KeyList { class KeyList {