aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-02 22:00:28 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-02 22:00:28 +0800
commitb5a2f8d589bcca11e953a3ea8b28c708e7c5849b (patch)
tree66e169d0228b651c6d63379a91113b06bb5bd963 /include
parentd2a71744142a9ebf3dba9b1bdb97a81fb9eff3f5 (diff)
sccp: We have the gti_ind inside the address already.
Diffstat (limited to 'include')
-rw-r--r--include/sccp/sccp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h
index 4d7f727..d19a977 100644
--- a/include/sccp/sccp.h
+++ b/include/sccp/sccp.h
@@ -73,7 +73,6 @@ struct sccp_address {
uint8_t ssn;
uint8_t poi[2];
- uint8_t gti_ind;
uint8_t *gti_data;
int gti_len;
};