Address of variable can never be NULL

This commit is contained in:
2025-09-03 17:49:29 +02:00
parent b1f8777606
commit edcbf03505
-1
View File
@@ -24,7 +24,6 @@
casCoreClient::casCoreClient ( caServerI & serverInternal ) :
eventSys ( *this )
{
assert ( & serverInternal );
ctx.setServer ( & serverInternal );
ctx.setClient ( this );
}