]> SALOME platform Git repositories - modules/med.git/blobdiff - src/MEDCalc/gui/XmedConsoleDriver.cxx
Salome HOME
#18963 Minimize compiler warnings
[modules/med.git] / src / MEDCalc / gui / XmedConsoleDriver.cxx
index 6bc23849e2ca1e7f604a6aaa31c030f9e3d15386..52ad6bf4a84080c1688c1275ef9b74bd259c7fb5 100644 (file)
@@ -76,7 +76,6 @@ void XmedConsoleDriver::exec(const QStringList& commands) {
   MEDCALC::MEDCommandsHistoryManager_ptr history = MEDFactoryClient::getCommandsHistoryManager();
 
   QStringListIterator it(commands);
-  int i = 0;
   while (it.hasNext()) {
     const QString& command = it.next();
     _pyConsole->exec(command);