We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06e5b5 commit 834c2a1Copy full SHA for 834c2a1
src/osvr/Common/SystemComponent.cpp
@@ -224,7 +224,6 @@ namespace common {
224
messages::RegisteredStringMapRecord::MessageSerialization msg;
225
deserialize(bufReader, msg);
226
auto data = msg.getData();
227
- auto timestamp = util::time::fromStructTimeval(p.msg_time);
228
229
for (auto const &cb : self->m_cb_map) {
230
cb(data);
0 commit comments