summaryrefslogtreecommitdiff
path: root/ace/Time_Value.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Time_Value.h')
-rw-r--r--ace/Time_Value.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/ace/Time_Value.h b/ace/Time_Value.h
deleted file mode 100644
index 913b180c2a0..00000000000
--- a/ace/Time_Value.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* -*- C++ -*- */
-
-//=============================================================================
-/**
- * @file Time_Value.h
- *
- * $Id$
- *
- * @author Doug Schmidt
- */
-//=============================================================================
-
-
-#ifndef ACE_TIME_VALUE_H
-#define ACE_TIME_VALUE_H
-#include "ace/pre.h"
-
-// This file is no longer used and is only here due to backwards
-// compatibility. All the functionality has been merged into OS.h.
-
-#include "ace/OS.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "ace/post.h"
-#endif /* ACE_TIME_VALUE */