remove unused code that doesn't compile

This commit is contained in:
Isaac 2018-04-06 19:48:00 +02:00
parent 66bb807b3e
commit 668c515b21
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ struct DeltaTimeval
#define MSEC_PER_SEC 1000
extern struct timeval tv;
typedef typeof(tv.tv_sec) ast_time_t;
typedef typeof(tv.tv_usec) ast_suseconds_t;
inline int tvDiffUsec( struct timeval first, struct timeval last )
{