Skip to content

Commit

Permalink
remove unused timestamp variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gfrolov committed Sep 23, 2015
1 parent e06e5b5 commit 834c2a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/osvr/Common/SystemComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ namespace common {
messages::RegisteredStringMapRecord::MessageSerialization msg;
deserialize(bufReader, msg);
auto data = msg.getData();
auto timestamp = util::time::fromStructTimeval(p.msg_time);

for (auto const &cb : self->m_cb_map) {
cb(data);
Expand Down

0 comments on commit 834c2a1

Please sign in to comment.