summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-02-05 20:04:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-02-05 20:04:12 +0000
commit9c2fa3261306f844f05a977d3c50f409af6355df (patch)
treeb4e5cef6574fc653a82822274d6e15f49eeccfc2
parentc89098a829c2045c3b3a3f92ff838efefe88e453 (diff)
downloadATCD-9c2fa3261306f844f05a977d3c50f409af6355df.tar.gz
Removed TAO_HAS_INTERCEPTORS guards. They should no longer be needed.
-rw-r--r--TAO/tests/Portable_Interceptors/Dynamic/interceptors.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/Dynamic/interceptors.h b/TAO/tests/Portable_Interceptors/Dynamic/interceptors.h
index d85f4e7c7f6..0d59493a60a 100644
--- a/TAO/tests/Portable_Interceptors/Dynamic/interceptors.h
+++ b/TAO/tests/Portable_Interceptors/Dynamic/interceptors.h
@@ -9,8 +9,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if (TAO_HAS_INTERCEPTORS == 1)
-
#if defined(_MSC_VER)
#if (_MSC_VER >= 1200)
#pragma warning(push)
@@ -139,5 +137,4 @@ private:
#pragma warning(pop)
#endif /* _MSC_VER */
-#endif /* (TAO_HAS_INTERCEPTORS == 1) */
#endif /* TAO_INTERCEPTORS_H */