Remove typo

This commit is contained in:
Francis ANDRE
2018-04-04 10:25:11 +02:00
parent d397f31b78
commit 64eb2a352b

View File

@@ -272,7 +272,6 @@ protected:
void parse(const std::string& file)
{
logger().information("Preprocessing " + file);
std::unique_ptr<Preprocessor> pPreProc(preprocess(file));
#ifndef POCO_ENABLE_CPP11
std::auto_ptr<Preprocessor> pPreProc(preprocess(file));
#else