8000 fix compile warning in fuerte compilation · adamjm/arangodb@3a4da80 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a4da80

Browse files
committed
fix compile warning in fuerte compilation
1 parent 39eb2e5 commit 3a4da80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

3rdParty/fuerte/src/VstConnection.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ void VstConnection<ST>::sendAuthenticationRequest() {
139139
vst::message::prepareForNetwork(_vstVersion, item->_messageID, item->_buffer,
140140
/*payload*/ asio_ns::const_buffer(), buffers);
141141

142-
RequestItem* ptr = item.get();
143142
_messages.emplace(item->_messageID, std::move(item)); // add message to store
144143
_numMessages.fetch_add(1, std::memory_order_relaxed);
145144

0 commit comments

Comments
 (0)
0