diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-09 22:13:33 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-09 22:13:33 +0000 |
commit | 443cd59d00c369891c3657c90f516edec91d23f4 (patch) | |
tree | f68fb5ea8d7d8f6369a00f4600dd567a3449fc66 /TAO/tao/TimeBaseS_T.cpp | |
parent | 8f346bba9a824bf487268789df2f1bba32bddc0a (diff) | |
download | ATCD-443cd59d00c369891c3657c90f516edec91d23f4.tar.gz |
Removed unneeded #pragma warning (disable:4250).
Diffstat (limited to 'TAO/tao/TimeBaseS_T.cpp')
-rw-r--r-- | TAO/tao/TimeBaseS_T.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/TimeBaseS_T.cpp b/TAO/tao/TimeBaseS_T.cpp index 97c7ea6bdae..d14b4b649cb 100644 --- a/TAO/tao/TimeBaseS_T.cpp +++ b/TAO/tao/TimeBaseS_T.cpp @@ -18,10 +18,6 @@ #ifndef TAO_IDL_TIMEBASES_T_CPP #define TAO_IDL_TIMEBASES_T_CPP -#if defined(_MSC_VER) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - #include "tao/TimeBaseS_T.h" #if !defined (__ACE_INLINE__) |