HAL_SITL: removed unused cygwin code

This commit is contained in:
Andrew Tridgell 2015-05-05 07:09:29 +10:00
parent 5158f91263
commit b9abf30785

View File

@ -67,11 +67,6 @@ private:
static uint8_t _num_io_procs;
static bool _in_timer_proc;
static bool _in_io_proc;
#ifdef __CYGWIN__
static double _cyg_freq;
static long _cyg_start;
static double _cyg_sec();
#endif
void stop_clock(uint64_t time_usec);