]> git.tdb.fi Git - libs/core.git/commitdiff
Remove an outdated comment
authorMikko Rasa <tdb@tdb.fi>
Wed, 20 Jul 2016 23:51:09 +0000 (02:51 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 20 Jul 2016 23:51:09 +0000 (02:51 +0300)
source/io/base.h

index c58be90f7ebd039504e261105e53dc7329a1ac13..8d29caffd9813096747b1c2822f6e1b185b1d854 100644 (file)
@@ -12,9 +12,6 @@ namespace IO {
 
 /**
 Common interface for all I/O objects.
-
-A derived class must call set_events(P_NONE) before it is destroyed to avoid
-leaving stale pointers in an EventDispatcher.
 */
 class Base
 {