remove unused method.

This commit is contained in:
Liu Ming
2016-06-06 13:48:47 +02:00
parent 9a23157b6a
commit 8d59f6d3d8
3 changed files with 1 additions and 11 deletions

View File

@@ -490,8 +490,7 @@ namespace Opm {
VFPProdTable table;
table.init(keyword, unit_system);
auto message = table.getMessageContainer();
m_messages.appendMessages(message);
m_messages.appendMessages(table.getMessageContainer());
//Check that the table in question has a unique ID
int table_id = table.getTableNum();