From 7cf4482babbaaaf35e5e00427d9d2c6ecf850205 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 11 Jun 2009 16:31:09 +0000 Subject: [PATCH] remove file that should never have been added git-svn-id: http://svn.osgeo.org/postgis/trunk@4167 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/test.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 postgis/test.c diff --git a/postgis/test.c b/postgis/test.c deleted file mode 100644 index 12f800645..000000000 --- a/postgis/test.c +++ /dev/null @@ -1,16 +0,0 @@ -#include -#include "lwgeom.h" - -int main() -{ - LWGEOM point; - - /* Construct a point2d */ - point = make_lwpoint2d(-1, 10, 20); - - /* Print WKT end HEXWKB */ - printf("EWKT: %s\n", lwgeom_to_ewkt(point)); - printf("HEXWKB: %s\n", lwgeom_to_hexwkb(point,-1)); - - return 1; -} -- 2.49.0