Skip to content

Commit

Permalink
Fix #336: remove unreferenced variable decl
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 12, 2022
1 parent f9340fa commit c47ac63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Catena_BootloaderApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ uint32_t cBootloaderApi::getSvc(void)

// look for the SVC pointer.
uint32_t const vects = SCB->VTOR;
uint32_t result;

this->m_svcaddr = kNotFound;
if (vects == kBootloaderAddress)
Expand Down

0 comments on commit c47ac63

Please sign in to comment.