diff --git a/Testing/Code/GeospatialAnalysis/otbPostGISCreateTableTransactorCreate.cxx b/Testing/Code/GeospatialAnalysis/otbPostGISCreateTableTransactorCreate.cxx
index 94a0622fdc6ab57c95fd0e3a8eec4c0aedad46e7..b050a5156b6190ff329e7a5dbb0e9c67588cefcb 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];