i2p: bob: remove unused variables

This commit is contained in:
sehraf 2020-05-08 16:50:59 +02:00
parent c20d92f04c
commit a41e10b178
No known key found for this signature in database
GPG Key ID: DF09F6EAE356B2C6

View File

@ -44,11 +44,6 @@ static const std::string kConfigKeyOutLength = "OUT_LENGTH";
static const std::string kConfigKeyOutQuantity = "OUT_QUANTITY";
static const std::string kConfigKeyOutVariance = "OUT_VARIANCE";
static const bool kDefaultBOBEnable = false;
static const int8_t kDefaultLength = 3;
static const int8_t kDefaultQuantity = 4;
static const int8_t kDefaultVariance = 0;
/// Sleep duration for receiving loop
static const useconds_t sleepTimeRecv = 10; // times 1000 = 10ms
/// Sleep duration for everything else