aboutsummaryrefslogtreecommitdiff
path: root/src/math/arg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/arg.c')
-rw-r--r--src/math/arg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/arg.c b/src/math/arg.c
index be3f92e..991eebb 100644
--- a/src/math/arg.c
+++ b/src/math/arg.c
@@ -4,7 +4,6 @@
*/
#include "arg.h"
-
arg_t *arg_new() {
arg_t *arg = pari_malloc(sizeof(arg_t));
if (!arg) {