diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-05-05 15:50:21 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-05-05 15:50:21 -0230 |
commit | 9f82f9524eb7f9d296d0b78b48425617efdfe878 (patch) | |
tree | 1c1426f4eea9bb937d80449718feafd2f45ca423 /cpp/src/Ice/EndpointI.h | |
parent | Bug 1594 - some more byte sequence optimizations (diff) | |
download | ice-9f82f9524eb7f9d296d0b78b48425617efdfe878.tar.bz2 ice-9f82f9524eb7f9d296d0b78b48425617efdfe878.tar.xz ice-9f82f9524eb7f9d296d0b78b48425617efdfe878.zip |
Bug 3624 - desupport HP
Diffstat (limited to 'cpp/src/Ice/EndpointI.h')
-rw-r--r-- | cpp/src/Ice/EndpointI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/EndpointI.h b/cpp/src/Ice/EndpointI.h index 4f9a16ccffe..c22a00d6763 100644 --- a/cpp/src/Ice/EndpointI.h +++ b/cpp/src/Ice/EndpointI.h @@ -155,7 +155,7 @@ protected: private: -#if defined(__SUNPRO_CC) || defined(__HP_aCC) +#if defined(__SUNPRO_CC) // // COMPILERFIX: prevent the compiler from emitting a warning about // hidding these operators. |