diff options
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/ACE.h b/ace/ACE.h index ef2f03b2deb..b5bb9f1d498 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -690,11 +690,6 @@ private: // Cleanup after the <send> operation (e.g., restore the appropriate // non-blocking status of <handle>). - static u_int init_fini_count_; - // Counter to match init ()/fini () calls. init () must increment - // it; fini () must decrement it. fini () then does nothing until - // it reaches 0. - static size_t pagesize_; // Size of a VM page. |