Unused variable

This commit is contained in:
Madhura Jayaratne 2011-07-21 18:29:51 +05:30
parent dd641ef164
commit 24b28f1017

View File

@ -152,7 +152,6 @@ abstract class PMA_GIS_Geometry
$points_arr[] = $x;
$points_arr[] = $y;
}
unset($cordinate_arr);
}
return $points_arr;