From f68f5f0bd751758859fff07469015d7f1d66c124 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Fri, 27 Jan 2012 19:18:01 +0000 Subject: [PATCH] Removed boost variant workaround --- gtsam/base/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/gtsam/base/Makefile.am b/gtsam/base/Makefile.am index f32de8eb3..0d4189dd7 100644 --- a/gtsam/base/Makefile.am +++ b/gtsam/base/Makefile.am @@ -33,7 +33,6 @@ check_PROGRAMS += tests/testLieVector tests/testLieScalar # Data structures headers += BTree.h DSF.h FastMap.h FastSet.h FastList.h FastVector.h -headers += boost_variant_with_workaround.h sources += DSFVector.cpp check_PROGRAMS += tests/testBTree tests/testDSF tests/testDSFVector