]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIManager.cxx
Remove unused variables
[flightgear.git] / src / AIModel / AIManager.cxx
index bc56af32f9a1467c15d04e0fd8c871771b68c096..01bef48f21ac1ece71a9573d8b757eaf09812370 100644 (file)
@@ -335,7 +335,7 @@ FGAIManager::loadScenarioFile(const std::string& filename)
         SGPropertyNode_ptr root = new SGPropertyNode;
         readProperties(path.str(), root);
         return root;
-    } catch (const sg_exception &e) {
+    } catch (const sg_exception &) {
         SG_LOG(SG_GENERAL, SG_DEBUG, "Incorrect path specified for AI "
             "scenario: \"" << path.str() << "\"");
         return 0;