Skip to content

Commit

Permalink
Fix spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
aggarw13 committed Feb 23, 2021
1 parent e4f4116 commit 7a08223
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions demos/defender/defender_demo_json/metrics_collector.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,6 @@ MetricsCollectorStatus_t GetMemoryStats( MemoryStats_t * pMemoryStats )
bool readTotalMem = false, readAvailableMem = false;
int filledVariables = 0;

/* uint32_t parsedMemData = 0UL; */

if( ( pMemoryStats == NULL ) )
{
LogError( ( "Invalid parameter. pMemoryStats: %p", ( void * ) pMemoryStats ) );
Expand Down

0 comments on commit 7a08223

Please sign in to comment.