Skip to content

Commit

Permalink
Fix warning: unused variable 'sec' [-Wunused-variable]
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Nov 17, 2023
1 parent 714800e commit 60a39e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/robot/test/servo-pololu/testPololuPosition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ int main(int argc, const char **argv)
}
}

std::chrono::seconds sec(1);

try {
// Creating the servo object on channel 0
vpPololu servo(opt_device, opt_baudrate, opt_channel, opt_verbose);
Expand Down

0 comments on commit 60a39e7

Please sign in to comment.