Skip to content
Snippets Groups Projects
Commit d0e41ba3 authored by Steven Murray's avatar Steven Murray
Browse files

Removed deadwood 'using namespace' statement from DbConfigCatalogueTest.cpp

parent ec6d0383
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,6 @@ public:
* @return A newly created Login object.
*/
virtual cta::rdbms::Login create() {
using namespace cta::catalogue;
return cta::rdbms::Login::parseFile(g_cmdLineArgs.dbConfigPath);
}
}; // class OracleLoginFactory
......
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