get rid of unused variables

This commit is contained in:
sehraf 2018-09-15 14:38:57 +02:00
parent 1e85b05f09
commit 0b6644cd55
No known key found for this signature in database
GPG key ID: DF09F6EAE356B2C6
3 changed files with 0 additions and 14 deletions

View file

@ -333,8 +333,6 @@ struct RsPeerCryptoParams
{
int connexion_state;
std::string cipher_name;
int cipher_bits_1;
int cipher_bits_2;
};
struct RsGroupInfo : RsSerializable