8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 01:23:03 +01:00

Removed debugging code

This commit is contained in:
alexpeshkoff 2012-07-16 10:43:27 +00:00
parent a6a78702ec
commit 763937dea0

View File

@ -798,9 +798,6 @@ bool printInfo(const char* p, size_t pSize, UserPrint& up, ULONG& stdinRq)
default:
status_exception::raise(Arg::Gds(isc_fbsvcmgr_query_err) <<
Arg::Num(static_cast<unsigned char>(p[-1])));
#ifdef DEV_BUILD
abort();
#endif
}
}