Skip to content

Commit 9ed7748

Browse files
committed
Remove dead code, whitespace.
1 parent 8bdeaa3 commit 9ed7748

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/zmq/authenticator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ authenticator::~authenticator() NOEXCEPT
5151
stop();
5252
}
5353

54-
authenticator::operator context& () NOEXCEPT
54+
authenticator::operator context&() NOEXCEPT
5555
{
5656
return context_;
5757
}

src/zmq/worker.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ namespace zmq {
3333

3434
using namespace bc::system;
3535

36-
#define NAME "worker"
37-
3836
// Derive from this abstract worker to implement concrete worker.
3937
worker::worker(thread_priority priority) NOEXCEPT
4038
: priority_(priority),

0 commit comments

Comments
 (0)