sigh: drop redundant initializer

This commit is contained in:
Michele Caini
2024-10-04 11:10:52 +02:00
parent 28adaa5a8b
commit f39c68793e

View File

@@ -236,8 +236,7 @@ class connection {
public:
/*! @brief Default constructor. */
connection()
: disconnect{},
signal{} {}
: signal{} {}
/**
* @brief Checks whether a connection is properly initialized.