diff --git a/src/math/multi.c b/src/math/multi.c index da5bb60..cfe1451 100644 --- a/src/math/multi.c +++ b/src/math/multi.c @@ -67,7 +67,6 @@ void ltc_cleanup_multi(void **a, ...) cur = va_arg(args, void**); } va_end(args); - return; } #endif