aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openvic-dataloader/detail/Convert.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/openvic-dataloader/detail/Convert.hpp b/src/openvic-dataloader/detail/Convert.hpp
index 6f8f279..e346185 100644
--- a/src/openvic-dataloader/detail/Convert.hpp
+++ b/src/openvic-dataloader/detail/Convert.hpp
@@ -483,7 +483,6 @@ namespace ovdl::convert {
last_it = reader.position();
}
if (last_it != begin) {
- result.append(last_it, reader.position());
return;
}
break;
@@ -537,7 +536,6 @@ namespace ovdl::convert {
last_it = reader.position();
}
if (last_it != begin) {
- result.append(last_it, reader.position());
return;
}
break;
@@ -589,7 +587,6 @@ namespace ovdl::convert {
last_it = reader.position();
}
if (last_it != begin) {
- result.append(last_it, reader.position());
return;
}
}