浏览代码

Remove unused line in SerializableSectionPairSection class

Patrick-Christopher Mattulat 1 年之前
父节点
当前提交
c02d7ac9bc
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      source/ls-std/io/section-pair/serialization/SerializableSectionPairSection.cpp

+ 1 - 2
source/ls-std/io/section-pair/serialization/SerializableSectionPairSection.cpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-14
-* Changed:         2023-02-20
+* Changed:         2023-02-21
 *
 * */
 
@@ -190,7 +190,6 @@ void ls::std::io::SerializableSectionPairSection::_unmarshalRows(const ls::std::
 {
   ::std::string currentRows = _serializedRows;
   ls::std::io::SectionPairRowEnumType type{};
-  ::std::dynamic_pointer_cast<ls::std::io::SectionPairSection>(this->parameter.getValue());
 
   while (!currentRows.empty())
   {