Browse Source

Remove TODO claiming to add dynamic goal

This doesn't make sense with POSIX classes.
Patrick-Christopher Mattulat 2 years ago
parent
commit
6ddba96da4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/ls_std/common/interface/IPosixReader.hpp

+ 2 - 2
include/ls_std/common/interface/IPosixReader.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-12-15
- * Changed:         2022-12-25
+ * Changed:         2022-12-26
  *
  * */
 
@@ -14,7 +14,7 @@
 
 namespace ls::std::common::interface_type
 {
-  class IPosixReader // TODO: add dynamic goal
+  class IPosixReader
   {
     public: