From b2160d53d6b94979cb62c0369e62aad83a4cb8c7 Mon Sep 17 00:00:00 2001 From: cjamin Date: Wed, 4 Oct 2017 13:12:33 +0000 Subject: Remove timer (compilation problems on Windows) git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_utils_in_gudhi_v2@2754 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9af1b232021b765d4180695af2a08313f9d51965 --- src/Contraction/utilities/Garland_heckbert.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Contraction') diff --git a/src/Contraction/utilities/Garland_heckbert.cpp b/src/Contraction/utilities/Garland_heckbert.cpp index 8b5a6a6c..2b0dc973 100644 --- a/src/Contraction/utilities/Garland_heckbert.cpp +++ b/src/Contraction/utilities/Garland_heckbert.cpp @@ -30,7 +30,6 @@ #include #include -#include #include #include "Garland_heckbert/Error_quadric.h" @@ -165,8 +164,6 @@ int main(int argc, char *argv[]) { int num_contractions = atoi(argv[3]); - boost::timer::auto_cpu_timer t; - // constructs the contractor object with Garland Heckbert policies. Complex_contractor contractor(complex, new GH_cost(complex), -- cgit v1.2.3