diff options
Diffstat (limited to 'ace/Time_Value.h')
-rw-r--r-- | ace/Time_Value.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Time_Value.h b/ace/Time_Value.h index 97d82ca67ee..a954d83cd50 100644 --- a/ace/Time_Value.h +++ b/ace/Time_Value.h @@ -125,9 +125,6 @@ public: /// Initializes the <ACE_Time_Value> object from a <timespec_t>. ACE_Time_Value (const timespec_t &t); - /// Copy constructor. - ACE_Time_Value (const ACE_Time_Value &tv); - # if defined (ACE_WIN32) /// Initializes the ACE_Time_Value object from a Win32 FILETIME ACE_Time_Value (const FILETIME &ft); |