diff --git a/src/remote/remote.cpp b/src/remote/remote.cpp index 9618c6c11a..aca52f783a 100644 --- a/src/remote/remote.cpp +++ b/src/remote/remote.cpp @@ -631,8 +631,6 @@ void rem_port::linkParent(rem_port* const parent) void rem_port::unlinkParent() { - fb_assert(this->port_parent != NULL); - if (this->port_parent == NULL) return;