Remove unused UnitInfo->flag field
[remotetop.git] / td_smsg.c
index 1a8031f..fd27bc3 100644 (file)
--- a/td_smsg.c
+++ b/td_smsg.c
@@ -42,7 +42,6 @@ addMsgTop( MassiveUnit *mu, TCMsgTop *tmsg, struct in_addr *client ) {
         memcpy( &(unit.top), tmsg, sizeof( TCMsgTop ));
         unit.stamp=time(NULL);
         memcpy( &(unit.ip), client, sizeof(struct in_addr) );
-        unit.flag = 0;
 
         fillUnit(mu, &unit);
 }