|
From: John B. <bel...@us...> - 2002-04-18 03:54:38
|
Update of /cvsroot/firebird/firebird2/src/jrd
In directory usw-pr-cvs1:/tmp/cvs-serv29835
Modified Files:
exe.cpp
Log Message:
throw clause cleanup.
Index: exe.cpp
===================================================================
RCS file: /cvsroot/firebird/firebird2/src/jrd/exe.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -U3 -r1.9 -r1.10
--- exe.cpp 6 Apr 2002 08:50:37 -0000 1.9
+++ exe.cpp 18 Apr 2002 03:54:35 -0000 1.10
@@ -651,7 +651,7 @@
release_proc_save_points(request);
Firebird::status_exception::raise(-1);
}
- throw e;
+ throw;
}
if (request->req_flags & req_proc_fetch) {
|