remove unused code that doesn't compile
This commit is contained in:
parent
66bb807b3e
commit
668c515b21
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue