diff options
Diffstat (limited to 'lib/CopyJob.cc')
-rw-r--r-- | lib/CopyJob.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CopyJob.cc b/lib/CopyJob.cc index 9f7da95..0a086b9 100644 --- a/lib/CopyJob.cc +++ b/lib/CopyJob.cc @@ -29,9 +29,8 @@ CopyJob::~CopyJob() { int CopyJob::Do() throw (GeneralException) { int tr; - struct timeval now; - #ifndef _WIN32 + struct timeval now; struct timezone tz; if (shape > 0) { |