Fix for compilation error
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@936 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
83587669e3
commit
3459cd6bd6
|
@ -303,8 +303,6 @@ OZ_DECLARE(zap_status_t) zap_condition_wait(zap_condition_t *condition, int ms)
|
|||
|
||||
struct timespec waitms;
|
||||
|
||||
condition->cnt++;
|
||||
|
||||
gettimeofday(&t, NULL);
|
||||
|
||||
waitms.tv_sec = t.tv_sec + ( ms / 1000 );
|
||||
|
|
Loading…
Reference in New Issue