Skip to content

Commit

Permalink
Remove Nloops asserts where it is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbogd committed May 24, 2018
1 parent 4e64744 commit 0a0daaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions atomspace/atomspace/AtomSpaceBenchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,6 @@ timepair_t AtomSpaceBenchmark::bm_rmAtom()
switch (testKind) {
#if HAVE_CYTHON
case BENCH_PYTHON: {
OC_ASSERT(1 == Nloops, "Looping not supported for python");
std::string psa[Nclock];
for (unsigned int i=0; i<Nclock; i++)
{
Expand Down Expand Up @@ -993,7 +992,6 @@ timepair_t AtomSpaceBenchmark::bm_getType()
switch (testKind) {
#if HAVE_CYTHON
case BENCH_PYTHON: {
OC_ASSERT(1 == Nloops, "Looping not supported for python");
std::string psa[Nclock];
for (unsigned int i=0; i<Nclock; i++)
{
Expand Down

0 comments on commit 0a0daaf

Please sign in to comment.