Kaydet (Commit) 91843f61 authored tarafından Herbert Dürr's avatar Herbert Dürr Kaydeden (comit) Caolán McNamara

c#708653# remove unused member SalXLib::pYieldEntries_

Change-Id: I0d562f102d5159c0711922ff0c2997a560304eba
üst 037c606d
...@@ -159,7 +159,6 @@ public: ...@@ -159,7 +159,6 @@ public:
// -=-= SalXLib =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= // -=-= SalXLib =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
typedef int(*YieldFunc)(int fd, void* data); typedef int(*YieldFunc)(int fd, void* data);
struct YieldEntry;
class VCLPLUG_GEN_PUBLIC SalXLib class VCLPLUG_GEN_PUBLIC SalXLib
{ {
...@@ -171,7 +170,6 @@ protected: ...@@ -171,7 +170,6 @@ protected:
int nFDs_; int nFDs_;
fd_set aReadFDS_; fd_set aReadFDS_;
fd_set aExceptionFDS_; fd_set aExceptionFDS_;
YieldEntry *pYieldEntries_;
public: public:
SalXLib(); SalXLib();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment