summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/codec/c++/data.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp
index e812c20..aabcde6 100644
--- a/modules/codec/c++/data.hpp
+++ b/modules/codec/c++/data.hpp
@@ -198,7 +198,6 @@ class data<schema::Array<T,Dim>, encode::Native> {
public:
data(){
std::fill(dims_.begin(), dims_.end(), 0u);
- value_.resize(get_full_size());
}
SAW_DEFAULT_COPY(data);