summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/Parser.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-10-02 15:08:00 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-10-02 15:08:00 -0230
commit450a4f08606c856333a4f4c44f9f23fc93ff4c4c (patch)
treee7b14dd3801e260dec8928c12d642a298d618e01 /cpp/demo/Freeze/library/Parser.cpp
parentUpgrade to BDB 4.8.24 (diff)
downloadice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.tar.bz2
ice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.tar.xz
ice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.zip
Remove BCC workarounds no longer required
Diffstat (limited to 'cpp/demo/Freeze/library/Parser.cpp')
-rw-r--r--cpp/demo/Freeze/library/Parser.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/demo/Freeze/library/Parser.cpp b/cpp/demo/Freeze/library/Parser.cpp
index a98f0d952bb..98e800e0106 100644
--- a/cpp/demo/Freeze/library/Parser.cpp
+++ b/cpp/demo/Freeze/library/Parser.cpp
@@ -171,9 +171,6 @@ Parser::printCurrent()
string renter;
try
{
-#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600)
- IceUtil::DummyBCC dummy;
-#endif
renter = (*_current)->getRenterName();
}
catch(const BookNotRentedException&)