This warning means exactly what it says. The field mids
is never used anywhere else in the code. By used, it means nowhere is the field value set and nowhere is the field value accessed.
In essence, the field is dead code and the IDE/compiler is informing you the field is useless and can be removed without any harm to the remainder of the code.