App: remove unused variable

This commit is contained in:
Zheng, Lei
2019-08-30 11:01:47 +08:00
committed by wmayer
parent 9bf21592ce
commit f66e7f3332

View File

@@ -4369,7 +4369,6 @@ void PropertyXLinkContainer::Restore(Base::XMLReader &reader) {
if(reader.hasAttribute("docs")) {
auto docCount = reader.getAttributeAsUnsigned("docs");
_DocMap.clear();
std::vector<std::string> docs(count*2);
for(unsigned i=0;i<docCount;++i) {
reader.readElement("DocMap");
auto index = reader.getAttributeAsUnsigned("index");