Clean up warnings

Removed unused member variables 'bool dim'.
This commit is contained in:
Andrew Johnson
2018-01-04 17:16:34 -06:00
parent 1f7667b22d
commit 80920ae0b0
2 changed files with 0 additions and 2 deletions

View File

@ -93,7 +93,6 @@ namespace detail {
void reset();
bool dim;
bool descriptor;
bool alarm;
bool timeStamp;

View File

@ -103,7 +103,6 @@ namespace detail {
bool valueTypeSet;
epics::pvData::ScalarType valueType;
bool dim;
bool descriptor;
bool alarm;
bool timeStamp;