From 01f15914f0cbfe7672497590b72a4a5af6664bd4 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 23 Oct 2017 20:42:02 -0400 Subject: [PATCH] Compilation fix. --- samples/bvsample06/sample6.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/bvsample06/sample6.cpp b/samples/bvsample06/sample6.cpp index 9f77b1d4..f9412ff4 100644 --- a/samples/bvsample06/sample6.cpp +++ b/samples/bvsample06/sample6.cpp @@ -71,7 +71,6 @@ static unsigned nf_; { ++nf_; --p; - assert(*p == n); ::free(p); } @@ -105,7 +104,6 @@ static unsigned nf_; ++nf_; size_t* s = (size_t*) p; --s; - assert(*s == n); ::free(s); }