From 74e0b5bfff1d60344ffa417c43781575e0991111 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 31 Oct 2019 14:08:42 +0100 Subject: gsm_data.h: Remove unused field classmark from gsm_subscriber_connection Change-Id: If2826a8f334afabfa3a0198a0bc1eed009962c81 --- include/osmocom/bsc/gsm_data.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h index c9595fa3f..c940f7b12 100644 --- a/include/osmocom/bsc/gsm_data.h +++ b/include/osmocom/bsc/gsm_data.h @@ -242,9 +242,6 @@ struct gsm_subscriber_connection { * operation. If a Handover was successful, all relevant state must be copied out of this sub-struct. */ struct handover ho; - /* buffer/cache for classmark of the ME of the subscriber */ - struct gsm_classmark classmark; - /* Queue DTAP messages during handover/assignment (msgb_enqueue()/msgb_dequeue())*/ struct llist_head dtap_queue; unsigned int dtap_queue_len; -- cgit v1.2.1