From 3dc852e2b7c78391a5d7c0501e9a83e9aa7611bb Mon Sep 17 00:00:00 2001 From: Dave Hickin Date: Thu, 3 Sep 2015 14:09:36 +0100 Subject: [PATCH] Delete commented out code --- src/nt/ntndarrayAttribute.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nt/ntndarrayAttribute.cpp b/src/nt/ntndarrayAttribute.cpp index 44e647e..78d3743 100644 --- a/src/nt/ntndarrayAttribute.cpp +++ b/src/nt/ntndarrayAttribute.cpp @@ -33,8 +33,7 @@ StructureConstPtr NTNDArrayAttributeBuilder::createStructure() if (tags) builder->addArray("tags", pvString); - //if (descriptor) - builder->add("descriptor", pvString); + builder->add("descriptor", pvString); builder->add("sourceType", pvInt);