Skip to content
Snippets Groups Projects
Commit 293b43ce authored by Tom Fischer's avatar Tom Fischer
Browse files

[MPL] Remove unused linear_property.

parent 4147b6c8
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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