Skip to content

Commit

Permalink
remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
doronhi committed May 7, 2019
1 parent f98df08 commit 5a51777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/global_timestamp_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ namespace librealsense
bool time_diff_keeper::update_diff_time()
{
using namespace std::chrono;
const static double diffThresh = 500;
try
{
LOG_DEBUG("time_diff_keeper::update_diff_time - in");
Expand Down

0 comments on commit 5a51777

Please sign in to comment.