Skip to content

Commit 834c2a1

Browse files
committed
remove unused timestamp variable
1 parent e06e5b5 commit 834c2a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/osvr/Common/SystemComponent.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ namespace common {
224224
messages::RegisteredStringMapRecord::MessageSerialization msg;
225225
deserialize(bufReader, msg);
226226
auto data = msg.getData();
227-
auto timestamp = util::time::fromStructTimeval(p.msg_time);
228227

229228
for (auto const &cb : self->m_cb_map) {
230229
cb(data);

0 commit comments

Comments
 (0)