summaryrefslogtreecommitdiff
path: root/TAO/examples/Advanced/ch_21/icp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Advanced/ch_21/icp.cpp')
-rw-r--r--TAO/examples/Advanced/ch_21/icp.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/examples/Advanced/ch_21/icp.cpp b/TAO/examples/Advanced/ch_21/icp.cpp
index 43d14faf6c8..33d4bf9e072 100644
--- a/TAO/examples/Advanced/ch_21/icp.cpp
+++ b/TAO/examples/Advanced/ch_21/icp.cpp
@@ -214,20 +214,6 @@ actual_temp(const StateMap::iterator & pos)
//---------------------------------------------------------------
-
-#if (_MSC_VER < 1300)
-namespace std
-{
- size_t min (const size_t len1, const size_t len2)
- {
- return ( len1 < len2 ? len1:len2 );
- }
-}
-#endif/*_MSC_VER*/
-
-
-//----------------------------------------------------------------
-
// ICP_get() returns an attribute value of the device with the
// given id. The attribute is named by the attr parameter. The
// value is copied into the buffer pointed to by the value