delete unused function.

This commit is contained in:
Liu Ming
2016-03-14 16:40:26 +08:00
parent a28a1e3c3d
commit 70bc978074
2 changed files with 0 additions and 8 deletions

View File

@@ -51,12 +51,6 @@ namespace Opm {
}
void EclipsePRTLog::clear()
{
m_count.clear();
}
EclipsePRTLog::~EclipsePRTLog()
{
//output summary.

View File

@@ -36,8 +36,6 @@ public:
size_t numMessages(int64_t messageType) const;
void clear();
~EclipsePRTLog();
private: