diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-08-08 14:29:40 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-08-08 14:39:14 +0200 |
commit | fa0a60dd93e4485c1f62ffcc87fa9e6b195ce795 (patch) | |
tree | 1b95dc912aea752701fe1a9f72358c539e0f6168 /src/torcontrol.cpp | |
parent | b565485c24c0feacae559a7f6f7b83d7516ca58d (diff) |
Remove unused boost signals2 from torcontrol
Diffstat (limited to 'src/torcontrol.cpp')
-rw-r--r-- | src/torcontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torcontrol.cpp b/src/torcontrol.cpp index a8d6fb4b3f..d0630428c4 100644 --- a/src/torcontrol.cpp +++ b/src/torcontrol.cpp @@ -85,9 +85,9 @@ void TorControlConnection::readcb(struct bufferevent *bev, void *ctx) if (ch == ' ') { // Final line, dispatch reply and clean up if (self->message.code >= 600) { + // (currently unused) // Dispatch async notifications to async handler // Synchronous and asynchronous messages are never interleaved - self->async_handler(*self, self->message); } else { if (!self->reply_handlers.empty()) { // Invoke reply handler with message |