From 9a640ec94956f32a4a2571200911dcdd9a7c9f9a Mon Sep 17 00:00:00 2001
From: Cyrille Valladeau <cyrille.valladeau@c-s.fr>
Date: Mon, 31 Aug 2009 09:32:27 +0200
Subject: [PATCH] WRG : unsused variable removeTable

---
 .../otbPostGISCreateTableTransactorCreate.cxx                 | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Testing/Code/GeospatialAnalysis/otbPostGISCreateTableTransactorCreate.cxx b/Testing/Code/GeospatialAnalysis/otbPostGISCreateTableTransactorCreate.cxx
index 94a0622fdc..b050a5156b 100644
--- a/Testing/Code/GeospatialAnalysis/otbPostGISCreateTableTransactorCreate.cxx
+++ b/Testing/Code/GeospatialAnalysis/otbPostGISCreateTableTransactorCreate.cxx
@@ -42,12 +42,8 @@ int otbPostGISCreateTableTransactorCreate(int argc, char * argv[])
   int srid = -1;
   myTransactor.SetSRID( srid );
 
-  bool removeTable = true;
-
   myTransactor.SetRemoveExistingTable( true );
 
-
-
   const std::string hostName = argv[1];
   const std::string dbName = argv[2];
   const std::string userName = argv[3];
-- 
GitLab