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:
David Yat Sin 2009-12-10 20:59:48 +00:00
parent 83587669e3
commit 3459cd6bd6
1 changed files with 0 additions and 2 deletions

View File

@ -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 );