From 18a17aa487b398031ebfccdff90bd240626f1696 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 20 Jul 2017 21:56:44 +0200 Subject: [PATCH] Remove #warnings that have been adressed since 2015 In commit 939904672961fa7e28397e27f942a7d1fff4bbdf the lookup by TLLI, TLLI-OLD and IMSI has been implemented, but the corresponding compile-time warning was never removed. Change-Id: I7a1767bc7cab01048e851fd4e63112bc676d6c78 --- src/tbf_dl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tbf_dl.cpp b/src/tbf_dl.cpp index a894789e..505d4887 100644 --- a/src/tbf_dl.cpp +++ b/src/tbf_dl.cpp @@ -126,8 +126,6 @@ static int tbf_new_dl_assignment(struct gprs_rlcmac_bts *bts, GprsMs *ms; /* check for uplink data, so we copy our informations */ -#warning "Do the same look up for IMSI, TLLI and OLD_TLLI" -#warning "Refactor the below lines... into a new method" ms = bts->bts->ms_store().get_ms(tlli, tlli_old, imsi); if (ms) { ul_tbf = ms->ul_tbf();