diff --git a/MaterialLib/MPL/CreateProperty.cpp b/MaterialLib/MPL/CreateProperty.cpp index 4913eecbfb77395886b1dca02cce1f31fd4b24a4..389db2eb261ee7cb31701b406e229d73b7dcf878 100644 --- a/MaterialLib/MPL/CreateProperty.cpp +++ b/MaterialLib/MPL/CreateProperty.cpp @@ -133,8 +133,6 @@ std::unique_ptr<MaterialPropertyLib::Property> createProperty( MaterialPropertyLib::IndependentVariable const iv{ ivt, reference_condition, slope}; - MaterialPropertyLib::LinearProperty linear_property{reference_value, - iv}; return std::make_unique<MaterialPropertyLib::LinearProperty>( reference_value, iv);