Skip to content

Commit

Permalink
Fix #336: remove unreferenced variable
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 12, 2022
1 parent b9a711a commit 8033da5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Catena_CommandStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ McciCatena::cCommandStream::dispatch(
do
{
const char * const pGroupName = pThis->m_pGroupName;
CommandFn *pCommandFn;
const cEntry *pEntry;

if (pGroupName == nullptr)
Expand Down

0 comments on commit 8033da5

Please sign in to comment.