8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-26 06:43:04 +01:00

Correction.

This commit is contained in:
dimitr 2009-05-08 15:31:03 +00:00
parent 32666929d8
commit d3dad89130

View File

@ -631,8 +631,6 @@ void rem_port::linkParent(rem_port* const parent)
void rem_port::unlinkParent() void rem_port::unlinkParent()
{ {
fb_assert(this->port_parent != NULL);
if (this->port_parent == NULL) if (this->port_parent == NULL)
return; return;