Skip to content

Commit

Permalink
Merge pull request #64 from ros/remove_exception_specification
Browse files Browse the repository at this point in the history
remove exception specification
  • Loading branch information
dirk-thomas authored Aug 14, 2017
2 parents f824e46 + 3aa945c commit 3b362ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rostime/src/time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ namespace ros
* (i.e. not exposed to users of the time classes)
*/
void ros_walltime(uint32_t& sec, uint32_t& nsec)
#ifndef WIN32
throw(NoHighPerformanceTimersException)
#endif
{
#ifndef WIN32
#if HAS_CLOCK_GETTIME
Expand Down Expand Up @@ -182,9 +179,6 @@ namespace ros
}

void ros_steadytime(uint32_t& sec, uint32_t& nsec)
#ifndef WIN32
throw(NoHighPerformanceTimersException)
#endif
{
#ifndef WIN32
timespec start;
Expand Down

0 comments on commit 3b362ac

Please sign in to comment.