cosmetic: remove wrong comment

is_meas_overdue() does not use is_meas_complete() anymore.

Change-Id: I5925fad161843c06e76543d9098c598fe9e72d68
Related: OS#2975
This commit is contained in:
Philipp Maier 2018-08-28 16:52:34 +02:00
parent 02c79f12a4
commit 9f5203d243
1 changed files with 0 additions and 3 deletions

View File

@ -118,9 +118,6 @@ static void test_meas_compute(const struct meas_testcase *mtc)
}
/* This tests the function is_meas_overdue() and since is_meas_overdue()
* internally makes use of is_meas_complete(), this also gives
* is_meas_complete() a detailed check. */
static void test_is_meas_overdue(void)
{
struct gsm_lchan *lchan;