From 784720f62fef527f304b7418f75dc01faab3a4e8 Mon Sep 17 00:00:00 2001 From: Greg Eisenhauer Date: Wed, 13 Dec 2023 20:57:49 -0500 Subject: [PATCH] Attr buffer --- source/adios2/toolkit/format/bp5/BP5Serializer.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/adios2/toolkit/format/bp5/BP5Serializer.cpp b/source/adios2/toolkit/format/bp5/BP5Serializer.cpp index 6a283f7557..de8be81f34 100644 --- a/source/adios2/toolkit/format/bp5/BP5Serializer.cpp +++ b/source/adios2/toolkit/format/bp5/BP5Serializer.cpp @@ -1374,15 +1374,6 @@ BP5Serializer::TimestepInfo BP5Serializer::CloseTimestep(int timestep, bool forc BufferFFS *AttrData = NULL; - // old way of doing attributes - if (NewAttribute && Info.AttributeFields) - { - AttributeEncodeBuffer = create_FFSBuffer(); - void *AttributeBlock = FFSencode(AttributeEncodeBuffer, Info.AttributeFormat, - Info.AttributeData, &AttributeSize); - AttrData = new BufferFFS(AttributeEncodeBuffer, AttributeBlock, AttributeSize); - } - if (PendingAttrs) { if (!GenericAttributeFormat)