removed redundant string table cache clear

This commit is contained in:
Jeff Hill
2002-08-07 18:05:26 +00:00
parent 6432302866
commit de60b1f5d7

View File

@@ -192,7 +192,6 @@ void casPVI::updateEnumStringTable ()
// empty string table for non-enumerated PVs
//
if (nativeType!=aitEnumEnum16) {
this->enumStrTbl.clear ();
return;
}