From 1a8baeac9962b6667fa38af33b0f3cbc7dade7c5 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Tue, 9 Jun 2020 18:16:30 -0500 Subject: [PATCH] remove wrapping of Key --- gtsam.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gtsam.h b/gtsam.h index e5bcb300e..dbcb539b4 100644 --- a/gtsam.h +++ b/gtsam.h @@ -120,12 +120,6 @@ namespace gtsam { -// Include Key typedef -#include -class Key { - Key(); -}; - // Actually a FastList #include class KeyList {