← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

 

Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/pjl-misc into lp:zorba.

Commit message:
Removed ZORBA_ERROR_DESC_OSS (finally, no longer used anywhere).

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Paul J. Lucas (paul-lucas)

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/144361

Removed ZORBA_ERROR_DESC_OSS (finally, no longer used anywhere).
-- 
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/144361
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/diagnostics/xquery_diagnostics.h'
--- src/diagnostics/xquery_diagnostics.h	2013-01-12 00:48:23 +0000
+++ src/diagnostics/xquery_diagnostics.h	2013-01-22 18:19:27 +0000
@@ -123,14 +123,7 @@
   warnings_type warnings_;
 };
 
-////////// TEMPORARY TRANSITION MACROS: THESE WILL BE REMOVED /////////////////
-
-#define ZORBA_ERROR_DESC_OSS(LOCALNAME,MSG) \
-  do { \
-    std::ostringstream oss; \
-    oss << MSG; \
-    throw XQUERY_EXCEPTION( LOCALNAME, ERROR_PARAMS( oss.str() ) ); \
-  } while (0)
+///////////////////////////////////////////////////////////////////////////////
 
 } // namespace zorba
 


Follow ups