diff options
Diffstat (limited to 'cpp/src/Ice/ConnectionI.h')
-rw-r--r-- | cpp/src/Ice/ConnectionI.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionI.h b/cpp/src/Ice/ConnectionI.h index a023767a63f..5c844ea5cb7 100644 --- a/cpp/src/Ice/ConnectionI.h +++ b/cpp/src/Ice/ConnectionI.h @@ -308,7 +308,6 @@ private: int _dispatchCount; State _state; // The current state. - IceUtil::Time _stateTime; // The last time when the state was changed. }; } |