Commit 834aa526 authored by Don Gagne's avatar Don Gagne

Fix unused variable

parent 4a359234
......@@ -436,9 +436,6 @@ void ParameterLoader::_waitingParamTimeout(void)
const int maxBatchSize = 10;
int batchCount = 0;
MAVLinkProtocol* mavlink = MAVLinkProtocol::instance();
Q_ASSERT(mavlink);
// We timed out waiting for some parameters from the initial set. Re-request those.
batchCount = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment