Adjust some fixme/todo items
[senf.git] / Packets / Packet.cti
index 719663d..9963d16 100644 (file)
@@ -50,9 +50,6 @@ prefix_ senf::Packet::Packet(Operation const & arg)
       parsed_(false), refcount_(1)
 {
     SATCOM_PKF_REFC_MSG("] Packet::Packet (" << this << "): refcount_ = 1\n");
-    /** \fixme This is not exception safe, if an exception is thrown in
-        the derived class constuctor, the effects of this call must be
-        undone which is not possible in a simple way. */
     arg(this);
 }