summaryrefslogtreecommitdiff
path: root/ace/Pair_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Pair_T.cpp')
-rw-r--r--ace/Pair_T.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/ace/Pair_T.cpp b/ace/Pair_T.cpp
deleted file mode 100644
index 27e7f6d34df..00000000000
--- a/ace/Pair_T.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// $Id$
-
-#ifndef ACE_PAIR_T_C
-#define ACE_PAIR_T_C
-
-#include "ace/Pair_T.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#if !defined (__ACE_INLINE__)
-#include "ace/Pair_T.i"
-#endif /* __ACE_INLINE__ */
-
-ACE_RCSID(ace, Pair_T, "$Id$")
-
-#endif /* ACE_PAIR_T_C */