removal of some methods from convert

This commit is contained in:
Matej Sekoranja
2015-02-17 20:22:37 +01:00
parent 4cb3c22221
commit d6921fdac0
6 changed files with 16 additions and 59 deletions

View File

@@ -18,7 +18,6 @@
#include <pv/requester.h>
#include <pv/bitSetUtil.h>
#include <pv/convert.h>
#include <pv/standardField.h>
#include <pv/standardPVField.h>
@@ -32,7 +31,6 @@ static FieldCreatePtr fieldCreate;
static PVDataCreatePtr pvDataCreate;
static StandardFieldPtr standardField;
static StandardPVFieldPtr standardPVField;
static ConvertPtr convert;
static void test()
{
@@ -175,7 +173,6 @@ MAIN(testBitSetUtil)
pvDataCreate = getPVDataCreate();
standardField = getStandardField();
standardPVField = getStandardPVField();
convert = getConvert();
test();
return testDone();
}