Index: uspace/lib/cpp/include/__bits/thread/shared_state.hpp
===================================================================
--- uspace/lib/cpp/include/__bits/thread/shared_state.hpp	(revision 60cb9e1ab733a49d02a64b0658863ea942720acf)
+++ uspace/lib/cpp/include/__bits/thread/shared_state.hpp	(revision d34025487c00b4ccee127006a8fade6183cd6732)
@@ -46,13 +46,4 @@
 namespace std::aux
 {
-    /**
-     * TODO: Make this a shared_state_base which will not have the
-     *       set_value functions, but will keep the rest. Then create
-     *       shared state with the set_value function and a specialization
-     *       of that with a set_value that takes no arguments.
-     *
-     *       The value itself should be in the children (as the void one
-     *       won't have it).
-     */
     class shared_state_base: public aux::refcount_obj
     {
