Removed global variable "Tor::TorControl *torControl"

This commit is contained in:
thunder2 2021-12-29 16:08:20 +01:00
parent 1fafaeb909
commit 8d3046d157
2 changed files with 0 additions and 4 deletions

View File

@ -46,8 +46,6 @@
#include "StrUtil.h"
#include "PendingOperation.h"
Tor::TorControl *torControl = 0;
class nullstream: public std::ostream {};
static std::ostream& torctrldebug()

View File

@ -149,5 +149,3 @@ private:
};
}
extern Tor::TorControl *torControl;