Skip to content

Commit

Permalink
Merge pull request #651 from ethz-asl/fix/601
Browse files Browse the repository at this point in the history
fix #601
  • Loading branch information
goldbattle committed Oct 29, 2023
2 parents 6b2359f + a0c2ee5 commit c4a1d89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aslam_cv/aslam_time/src/time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4a1d89

Please sign in to comment.