aboutsummaryrefslogtreecommitdiff
path: root/src/gp.c
diff options
context:
space:
mode:
authorJ08nY2017-04-05 12:46:14 +0200
committerJ08nY2017-04-05 12:46:14 +0200
commit2bcb800524eff712bf9c0789be90a5798e322b6d (patch)
tree6eaaada90da519154a6ffa55846b52051625381a /src/gp.c
parentf25a2b7bfed27160173ae62e8552f27e8c59ee58 (diff)
downloadecgen-2bcb800524eff712bf9c0789be90a5798e322b6d.tar.gz
ecgen-2bcb800524eff712bf9c0789be90a5798e322b6d.tar.zst
ecgen-2bcb800524eff712bf9c0789be90a5798e322b6d.zip
Diffstat (limited to 'src/gp.c')
-rw-r--r--src/gp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gp.c b/src/gp.c
deleted file mode 100644
index 59cb11a..0000000
--- a/src/gp.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "gp.h"
-
-void init_gp(void) /* void */
-{
- pari_sp ltop = avma;
- avma = ltop;
- return;
-}