From: <ale...@us...> - 2015-03-23 15:52:38
|
Revision: 61070 http://sourceforge.net/p/firebird/code/61070 Author: alexpeshkoff Date: 2015-03-23 15:52:30 +0000 (Mon, 23 Mar 2015) Log Message: ----------- Cleanup Modified Paths: -------------- firebird/trunk/src/remote/remot_proto.h firebird/trunk/src/remote/remote.cpp Modified: firebird/trunk/src/remote/remot_proto.h =================================================================== --- firebird/trunk/src/remote/remot_proto.h 2015-03-23 12:20:07 UTC (rev 61069) +++ firebird/trunk/src/remote/remot_proto.h 2015-03-23 15:52:30 UTC (rev 61070) @@ -59,7 +59,6 @@ void REMOTE_release_request (struct Rrq *); void REMOTE_reset_request (struct Rrq *, struct RMessage*); void REMOTE_reset_statement (struct Rsr *); -void REMOTE_save_status_strings (ISC_STATUS *); bool_t REMOTE_getbytes (XDR*, SCHAR*, u_int); LegacyPlugin REMOTE_legacy_auth(const char* nm, int protocol); Firebird::RefPtr<Config> REMOTE_get_config(const Firebird::PathName* dbName, Modified: firebird/trunk/src/remote/remote.cpp =================================================================== --- firebird/trunk/src/remote/remote.cpp 2015-03-23 12:20:07 UTC (rev 61069) +++ firebird/trunk/src/remote/remote.cpp 2015-03-23 15:52:30 UTC (rev 61070) @@ -581,26 +581,6 @@ } -void REMOTE_save_status_strings( ISC_STATUS* vector) -{ -/************************************** - * - * R E M O T E _ s a v e _ s t a t u s _ s t r i n g s - * - ************************************** - * - * Functional description - * There has been a failure during attach/create database. - * The included string have been allocated off of the database block, - * which is going to be released before the message gets passed - * back to the user. So, to preserve information, copy any included - * strings to a special buffer. - * - **************************************/ - Firebird::makePermanentVector(vector); -} - - // TMN: Beginning of C++ port - ugly but a start void rem_port::linkParent(rem_port* const parent) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |