Remove unused variable

pull/1557/head
Jason Rhinelander 3 years ago
parent c4559d158e
commit e198bfd3e1

@ -23,7 +23,6 @@ namespace llarp
struct Crypto;
struct CryptoManager;
struct AbstractRouter;
struct EventLoop;
class NodeDB;
namespace thread

@ -223,7 +223,6 @@ namespace llarp
}
private:
uint32_t tick_id;
const SecretKey& m_RouterEncSecret;
protected:

Loading…
Cancel
Save