Skip to content

Commit

Permalink
Fix #336: comment out unused pCatena (from pattern)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 12, 2022
1 parent 8d17fd0 commit f9340fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/CatenaBase_registerCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ doEcho(
char **argv
)
{
CatenaBase * const pCatena = static_cast<CatenaBase *>(pContext);
// CatenaBase * const pCatena = static_cast<CatenaBase *>(pContext);
auto result = cCommandStream::CommandStatus::kSuccess;

if (argc > 2)
Expand Down

0 comments on commit f9340fa

Please sign in to comment.