From dcb0f5f0949b6b4bcf0175f2967c06efc1a5b8f2 Mon Sep 17 00:00:00 2001
From: Cyrille Valladeau <cyrille.valladeau@c-s.fr>
Date: Thu, 16 Jun 2011 09:51:04 +0200
Subject: [PATCH] WRG: correct windows warning : unused variable

---
 Code/Common/otbParser.cxx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Code/Common/otbParser.cxx b/Code/Common/otbParser.cxx
index 6ff1639628..f34bebfd94 100644
--- a/Code/Common/otbParser.cxx
+++ b/Code/Common/otbParser.cxx
@@ -142,8 +142,6 @@ public:
 
     mu::funmap_type::const_iterator funItem;
 
-    int nbArgs;
-
     for (funItem = funmap.begin(); funItem != funmap.end(); ++funItem)
       {
       output[funItem->first] = funItem->second.GetArgc();
-- 
GitLab