removed redundant string table cache clear
This commit is contained in:
@@ -192,7 +192,6 @@ void casPVI::updateEnumStringTable ()
|
||||
// empty string table for non-enumerated PVs
|
||||
//
|
||||
if (nativeType!=aitEnumEnum16) {
|
||||
this->enumStrTbl.clear ();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user