mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
i2p: bob: remove unused variables
This commit is contained in:
parent
c20d92f04c
commit
a41e10b178
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue