Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 91e0e7cc authored by hhakim's avatar hhakim
Browse files

Remove erroneous preprocessing END keyword.

It doesn't exist in cython/pyx, the error was silent and shown as a warning about unreachable code.
parent 02f75df8
No related branches found
No related tags found
No related merge requests found
Pipeline #845755 passed
......@@ -836,7 +836,6 @@ cdef class FaustCoreGen@TYPE_NAME@@PROC@:
return core
ELSE:
raise Exception("Float support has been disabled at build time")
END
def dtype(self):
return type2dtype('@TYPE@')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment