From 450a4f08606c856333a4f4c44f9f23fc93ff4c4c Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Fri, 2 Oct 2009 15:08:00 -0230 Subject: Remove BCC workarounds no longer required --- cpp/src/FreezeScript/Parser.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpp/src/FreezeScript/Parser.cpp') diff --git a/cpp/src/FreezeScript/Parser.cpp b/cpp/src/FreezeScript/Parser.cpp index 28d12bebd41..2e24f9d88dd 100644 --- a/cpp/src/FreezeScript/Parser.cpp +++ b/cpp/src/FreezeScript/Parser.cpp @@ -166,11 +166,7 @@ FreezeScript::EvaluateException::ice_name() const void FreezeScript::EvaluateException::ice_print(ostream& out) const { -#ifdef __BCPLUSPLUS__ Ice::Exception::ice_print(out); -#else - Exception::ice_print(out); -#endif out << ":\nerror occurred while evaluating expression"; if(!_reason.empty()) { -- cgit v1.2.3