Mercurial > hg > vampy
changeset 83:ef4989f33648
Remove unreachable code
author | Chris Cannam |
---|---|
date | Thu, 10 Jan 2019 15:36:13 +0000 |
parents | a51a335fbdf4 |
children | 980e092d7ee2 |
files | PyTypeInterface.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/PyTypeInterface.h Thu Jan 10 15:35:42 2019 +0000 +++ b/PyTypeInterface.h Thu Jan 10 15:36:13 2019 +0000 @@ -289,11 +289,6 @@ } list.push_back(element); return list; - -#ifdef _DEBUG - cerr << "PyTypeInterface::PyValue_To_VampList failed. Expected iterable return type." << endl; -#endif - } /// Convert DTYPE type 1D NumpyArray to std::vector<RET>