]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/submodel.cxx
Remove unused variables
[flightgear.git] / src / AIModel / submodel.cxx
index 774820dc8343ffda2fb313b72d86c3ecfd78c1c4..af67c1d5a1f7cc6cc5d0edbef0f36d55cf8ed56c 100644 (file)
@@ -558,7 +558,7 @@ void FGSubmodelMgr::setData(int id, string& path, bool serviceable)
         SG_LOG(SG_GENERAL, SG_DEBUG,
                 "Submodels: Trying to read AI submodels file: " << config.str());
         readProperties(config.str(), &root);
-    } catch (const sg_exception &e) {
+    } catch (const sg_exception &) {
         SG_LOG(SG_GENERAL, SG_DEBUG,
                 "Submodels: Unable to read AI submodels file: " << config.str());
         return;
@@ -663,7 +663,7 @@ void FGSubmodelMgr::setSubData(int id, string& path, bool serviceable)
                 "Submodels: Trying to read AI submodels file: " << config.str());
         readProperties(config.str(), &root);
 
-    } catch (const sg_exception &e) {
+    } catch (const sg_exception &) {
         SG_LOG(SG_GENERAL, SG_DEBUG,
                 "Submodels: Unable to read AI submodels file: " << config.str());
         return;