Skip to content

Commit

Permalink
COMP: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Nov 25, 2024
1 parent 7de5b21 commit 513b909
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/AnalyzeObjectMapTest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,8 @@ AnalyzeObjectMapTest(int ac, char * av[])

char ReferenceBytes;
char WrittenBytes;
int count = 0;
while (!ReferenceFile.eof() && !WrittenFile.eof())
{
count++;
ReferenceFile.read(reinterpret_cast<char *>(&ReferenceBytes), sizeof(char));
WrittenFile.read(reinterpret_cast<char *>(&WrittenBytes), sizeof(char));
if (ReferenceBytes != WrittenBytes)
Expand Down

0 comments on commit 513b909

Please sign in to comment.