Skip to content

Commit

Permalink
Remove a pointless namespace declaration.
Browse files Browse the repository at this point in the history
Refs #8996
  • Loading branch information
martyngigg committed Feb 17, 2014
1 parent eabcca5 commit 58c9cce
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -18,8 +18,6 @@ void export_MatrixWorkspaceValidator()
boost::noncopyable>("MatrixWorkspaceValidator", no_init)
;
}
namespace
{
/// Export a validator derived from a MatrixWorkspaceValidator that has a no-arg constructor
#define EXPORT_WKSP_VALIDATOR_NO_ARG(ValidatorType, DocString) \
class_<ValidatorType, \
Expand All @@ -46,8 +44,6 @@ namespace
init<ArgType>(arg(ArgName)=DefaultValue, DocString))\
;

}

void export_WorkspaceValidators()
{
using namespace Mantid::API;
Expand Down

0 comments on commit 58c9cce

Please sign in to comment.