[Positioner] Request: bool op -= time_received

Fixes Request::operator bool(): since time_received is initialised at
the creation, we must not take it into account.
This commit is contained in:
Matteo Cypriani 2012-06-01 17:15:35 +02:00
parent a93653c299
commit 7e55f8495c
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ inline Request::operator bool() const
return
mobile != NULL ||
time_sent ||
time_received ||
measurements.size() > 0 ;
}