Skip to content
Snippets Groups Projects
Commit c9c6a68b authored by Victor Poughon's avatar Victor Poughon
Browse files

BUG: Remove implementation of deleted functions

parent 6d24a38a
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!133C++14: Replace comments by '= delete'
......@@ -81,10 +81,10 @@ public:
private:
RPCSolverAdapter(const Self &) = delete;
void operator =(const Self&) = delete;
RPCSolverAdapter() = delete;, this class defines
// typedefs and exposes static methods
virtual ~RPCSolverAdapter() = delete;, this class defines
// typedefs and exposes static methods
// This class defines typedefs and exposes static methods
RPCSolverAdapter() = delete;
virtual ~RPCSolverAdapter() = delete;
};
} // namespace otb
......
......@@ -44,12 +44,6 @@
namespace otb
{
RPCSolverAdapter::RPCSolverAdapter()
{}
RPCSolverAdapter::~RPCSolverAdapter()
{}
void
RPCSolverAdapter::Solve(const GCPsContainerType& gcpContainer,
double& rmsError,
......
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