summaryrefslogtreecommitdiff
path: root/contrib/seg/seg.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/seg/seg.c')
-rw-r--r--contrib/seg/seg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c
index f87456405c3..4ff6694193c 100644
--- a/contrib/seg/seg.c
+++ b/contrib/seg/seg.c
@@ -706,8 +706,6 @@ rt_seg_size(SEG *a, float *size)
*size = 0.0;
else
*size = (float) Abs(a->upper - a->lower);
-
- return;
}
Datum