mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 01:25:17 -04:00
Removed global variable "Tor::TorControl *torControl"
This commit is contained in:
parent
1fafaeb909
commit
8d3046d157
2 changed files with 0 additions and 4 deletions
|
@ -46,8 +46,6 @@
|
|||
#include "StrUtil.h"
|
||||
#include "PendingOperation.h"
|
||||
|
||||
Tor::TorControl *torControl = 0;
|
||||
|
||||
class nullstream: public std::ostream {};
|
||||
|
||||
static std::ostream& torctrldebug()
|
||||
|
|
|
@ -149,5 +149,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
extern Tor::TorControl *torControl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue