diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-10-02 15:08:00 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-10-02 15:08:00 -0230 |
commit | 450a4f08606c856333a4f4c44f9f23fc93ff4c4c (patch) | |
tree | e7b14dd3801e260dec8928c12d642a298d618e01 /cpp/test/Ice/proxy/TestI.cpp | |
parent | Upgrade to BDB 4.8.24 (diff) | |
download | ice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.tar.bz2 ice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.tar.xz ice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.zip |
Remove BCC workarounds no longer required
Diffstat (limited to 'cpp/test/Ice/proxy/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/proxy/TestI.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/Ice/proxy/TestI.cpp b/cpp/test/Ice/proxy/TestI.cpp index e6f974394de..038759a3a28 100644 --- a/cpp/test/Ice/proxy/TestI.cpp +++ b/cpp/test/Ice/proxy/TestI.cpp @@ -37,9 +37,5 @@ bool MyDerivedClassI::ice_isA(const std::string& s, const Ice::Current& current) const { _ctx = current.ctx; -#ifdef __BCPLUSPLUS__ return Test::MyDerivedClass::ice_isA(s, current); -#else - return MyDerivedClass::ice_isA(s, current); -#endif } |