diff --git a/TODO b/TODO
index 510fbb170a9d1dcfe24ee9e87f74bfe318bae9a5..3d2fd4f0e98aae2897c9abc52f762ac52d20d04f 100644
--- a/TODO
+++ b/TODO
@@ -155,9 +155,6 @@ RC  - Review output of pylint (CODE)
       When a replication finishes, the connection is not closed currently. It 
       should be closed (possibly asynchronously, and possibly by detecting that
       connection is idle - similar to keep-alive principle)
-    - When a cell replication finish, notifyPartitionChange packet is used to
-      notify the master node but it should be sent by the master only for
-      protocol isolation and consistency (CODE)
     - Notify master when storage becomes available for clients (LATENCY)
       Currently, storage presence is broadcasted to client nodes too early, as 
       the storage node would refuse them until it has only up-to-date data (not