From a0c2ee5adfe91bef4e1d1ab6cd16a455f731c3f6 Mon Sep 17 00:00:00 2001 From: Patrick Geneva Date: Sat, 28 Oct 2023 13:14:44 -0700 Subject: [PATCH] fix #601 --- aslam_cv/aslam_time/src/time.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/aslam_cv/aslam_time/src/time.cpp b/aslam_cv/aslam_time/src/time.cpp index 1da3207af..668fb2461 100644 --- a/aslam_cv/aslam_time/src/time.cpp +++ b/aslam_cv/aslam_time/src/time.cpp @@ -80,9 +80,6 @@ const Time TIME_MIN(0, 1); * (i.e. not exposed to users of the time classes) */ void aslam_walltime(uint32_t& sec, uint32_t& nsec) -#ifndef WIN32 - throw (NoHighPerformanceTimersException) -#endif { #ifndef WIN32 #if HAS_CLOCK_GETTIME