aboutsummaryrefslogtreecommitdiff
path: root/src/point.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/point.c')
-rw-r--r--src/point.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/point.c b/src/point.c
index 8fa1007..a5a1c69 100644
--- a/src/point.c
+++ b/src/point.c
@@ -4,7 +4,6 @@
*/
#include "point.h"
-
point_t *gerepile_point(pari_sp ltop, point_t *point) {
if (point) {
gerepileall(ltop, 2, &point->point, &point->order);