Skip to content
Snippets Groups Projects
Commit beba8036 authored by Karl Palmen's avatar Karl Palmen
Browse files

Tidy up code a little re #8485

parent fe0de606
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@
using Poco::Net::ConnectionRefusedException;
using Poco::URI;
using namespace Poco::XML;
namespace Mantid
{
......@@ -77,7 +76,7 @@ std::string SNSDataArchive::getArchivePath(const std::set<std::string>& filename
// Create a DOM document from the response.
Poco::XML::DOMParser parser;
Poco::XML::InputSource source(rs);
AutoPtr<Poco::XML::Document> pDoc = parser.parse(&source);
Poco::AutoPtr<Poco::XML::Document> pDoc = parser.parse(&source);
std::vector<std::string> locations;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment