From 5aaadef6ad35f48d01529c2c56cb9602c8a8306c Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 13 Mar 1999 18:47:04 +0000 Subject: [PATCH] Removed an unused variable. --- Polygon/names.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Polygon/names.cxx b/Polygon/names.cxx index e70b2d479..7e6d2a320 100644 --- a/Polygon/names.cxx +++ b/Polygon/names.cxx @@ -30,7 +30,7 @@ // return the type of the shapefile record AreaType get_shapefile_type(GDBFile *dbf, int rec) { - GDBFieldDesc *fdesc[128]; // 128 is an arbitrary number here + // GDBFieldDesc *fdesc[128]; // 128 is an arbitrary number here GDBFValue *fields; //an array of field values char* dbf_rec; //a record containing all the fields @@ -151,6 +151,9 @@ string get_area_name( AreaType area ) { // $Log$ +// Revision 1.4 1999/03/13 18:47:04 curt +// Removed an unused variable. +// // Revision 1.3 1999/03/02 01:03:58 curt // Added more reverse lookup support. // -- 2.39.2