From afd8f38f4e16bce5881ffe3734f17fd18eb30f21 Mon Sep 17 00:00:00 2001 From: "monty@mashka.mysql.fi" <> Date: Thu, 4 Mar 2004 08:50:37 +0200 Subject: Optimized GIS functions --- sql/item_geofunc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sql/item_geofunc.h') diff --git a/sql/item_geofunc.h b/sql/item_geofunc.h index 545052807ec..a1f36130152 100644 --- a/sql/item_geofunc.h +++ b/sql/item_geofunc.h @@ -23,8 +23,6 @@ #pragma interface /* gcc class implementation */ #endif -#define SRID_SIZE sizeof(uint32) - class Item_func_geometry_from_text: public Item_str_func { public: -- cgit v1.2.1