mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-03 23:50:26 -06:00
remove unused variables
This commit is contained in:
parent
c26aefdd5b
commit
36a42c0685
@ -58,7 +58,6 @@ namespace MissingFeatures {
|
||||
for (it = itlow; it != itup; ++it) {
|
||||
const auto& record = keyword.getRecord(0);
|
||||
if (record.getItem(it->second.item).template get<T>(0) != it->second.item_value) {
|
||||
const auto& location = keyword.location();
|
||||
std::string val;
|
||||
if constexpr (std::is_arithmetic<T>::value)
|
||||
val = std::to_string(it->second.item_value);
|
||||
@ -879,7 +878,6 @@ namespace MissingFeatures {
|
||||
// check deck and keyword for flow and parser.
|
||||
for (size_t idx = 0; idx < deck.size(); ++idx) {
|
||||
const auto& keyword = deck.getKeyword(idx);
|
||||
const auto& location = keyword.location();
|
||||
std::unordered_set<std::string>::const_iterator it;
|
||||
it = unsupported_keywords.find(keyword.name());
|
||||
if (it != unsupported_keywords.end()) {
|
||||
|
Loading…
Reference in New Issue
Block a user