Skip to content

Commit

Permalink
Compilation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlk00 committed Oct 24, 2017
1 parent 5b3df6f commit 01f1591
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/bvsample06/sample6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ static unsigned nf_;
{
++nf_;
--p;
assert(*p == n);
::free(p);
}

Expand Down Expand Up @@ -105,7 +104,6 @@ static unsigned nf_;
++nf_;
size_t* s = (size_t*) p;
--s;
assert(*s == n);
::free(s);
}

Expand Down

0 comments on commit 01f1591

Please sign in to comment.