Skip to content

Commit b68f5c7

Browse files
author
D. A. Pellegrino
committed
#236 Removed unused count member from CSD_PFC classes.
1 parent 238a510 commit b68f5c7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

libhdt/src/libdcs/CSD_PFC.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ class PFCSuggestionIterator: public hdt::IteratorUCharString {
188188
private:
189189
CSD_PFC *pfc;
190190
size_t max;
191-
size_t count;
192191
const char *prefix;
193192
bool hasnext;
194193
string tmpStr;
@@ -325,7 +324,6 @@ class PFCSuggestionIDIterator: public hdt::IteratorUInt {
325324
private:
326325
CSD_PFC *pfc;
327326
size_t max;
328-
size_t count;
329327
const char *prefix;
330328
bool hasnext;
331329
string tmpStr;

0 commit comments

Comments
 (0)