Skip to content

Commit

Permalink
fixit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjell Hedstrom committed Aug 25, 2016
1 parent 26f76cd commit e0fb4fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ namespace g3 {


namespace g3 {

// timespec_get systemtime_now() {
// system_time_point system_now = std::chrono::system_clock::now();
// return std::chrono::system_clock::to_time_t(system_now);
// }

struct timespec systemtime_now() {
struct timespec ts;
timespec_get(&ts);
Expand Down

0 comments on commit e0fb4fd

Please sign in to comment.