aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_comill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_comill.c')
-rw-r--r--src/PJ_comill.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/PJ_comill.c b/src/PJ_comill.c
index f84f4eb0..1d88dbd5 100644
--- a/src/PJ_comill.c
+++ b/src/PJ_comill.c
@@ -78,9 +78,6 @@ PJ *PROJECTION(comill) {
P->inv = s_inverse;
P->fwd = s_forward;
- P->pfree = freeup;
- P->descr = des_comill;
-
return P;
}