Commit 918654ad authored by Stefan Behnel's avatar Stefan Behnel

remove duplicated "va_start()" from memory view code

parent aae5b9e9
......@@ -442,8 +442,6 @@ static CYTHON_INLINE void __pyx_fatalerror(const char *fmt, ...) {
va_list vargs;
char msg[200];
va_start(vargs, fmt);
#ifdef HAVE_STDARG_PROTOTYPES
va_start(vargs, fmt);
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment