Skip to content

Commit

Permalink
removed code that requires directors
Browse files Browse the repository at this point in the history
  • Loading branch information
gsomix committed Aug 16, 2012
1 parent 89a4836 commit a9e8ca1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/interfaces/python_modular/DenseFeatures_protocols.i
Expand Up @@ -603,12 +603,7 @@ static PyObject* class_name ## _free_feature_matrix(PyObject *self, PyObject *ar

(arg1)->free_feature_matrix();
}

catch (Swig::DirectorException &e)
{
SWIG_fail;
}


catch (std::bad_alloc)
{
SWIG_exception(SWIG_MemoryError, const_cast<char*>("Out of memory error.\n"));
Expand Down

0 comments on commit a9e8ca1

Please sign in to comment.