From f66e7f33324b86d772c7bfc8b8d0cfc722e5238f Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Fri, 30 Aug 2019 11:01:47 +0800 Subject: [PATCH] App: remove unused variable --- src/App/PropertyLinks.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App/PropertyLinks.cpp b/src/App/PropertyLinks.cpp index 5da66a6e0d..7c9bf4c7e3 100644 --- a/src/App/PropertyLinks.cpp +++ b/src/App/PropertyLinks.cpp @@ -4369,7 +4369,6 @@ void PropertyXLinkContainer::Restore(Base::XMLReader &reader) { if(reader.hasAttribute("docs")) { auto docCount = reader.getAttributeAsUnsigned("docs"); _DocMap.clear(); - std::vector docs(count*2); for(unsigned i=0;i