smsutil: Get rid of pointless member

This commit is contained in:
Denis Kenzior 2010-08-17 12:36:26 -05:00
parent e428bfc3be
commit e38064a66d
2 changed files with 0 additions and 2 deletions

View File

@ -2793,7 +2793,6 @@ void status_report_assembly_add_fragment(
id_table_key = g_new0(unsigned int, 1);
node = g_new0(struct id_table_node, 1);
memcpy(&node->to, to, sizeof(*to));
node->total_mrs = total_mrs;
node->deliverable = TRUE;

View File

@ -365,7 +365,6 @@ struct sms_assembly {
};
struct id_table_node {
struct sms_address to;
unsigned int mrs[8];
time_t expiration;
unsigned char total_mrs;