浏览代码

Remove TODO claiming to add dynamic goal

This doesn't make sense with POSIX classes.
Patrick-Christopher Mattulat 2 年之前
父节点
当前提交
6ddba96da4
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-12-15
  * Created:         2022-12-15
- * Changed:         2022-12-25
+ * Changed:         2022-12-26
  *
  *
  * */
  * */
 
 
@@ -14,7 +14,7 @@
 
 
 namespace ls::std::common::interface_type
 namespace ls::std::common::interface_type
 {
 {
-  class IPosixReader // TODO: add dynamic goal
+  class IPosixReader
   {
   {
     public:
     public: