Index: uspace/srv/sysman/units/unit_mnt.c
===================================================================
--- uspace/srv/sysman/units/unit_mnt.c	(revision 8ae8262489f2d8e205fbf1b5dee2ee0a11d392e4)
+++ uspace/srv/sysman/units/unit_mnt.c	(revision 31ef7c13c8a6af7cfdff8b5298594e08332a1123)
@@ -196,5 +196,4 @@
 
 	
-	// TODO think about unit's lifecycle (is STOPPED only acceptable?)
 	assert(unit->state == STATE_STOPPED);
 
@@ -237,5 +236,4 @@
 
 	
-	// TODO think about unit's lifecycle (is STOPPED only acceptable?)
 	// note: we should never hit STATE_STARTING, since it'd mean there are
 	//       two jobs running at once (unless job cancellation is implemented)
Index: uspace/srv/sysman/units/unit_svc.c
===================================================================
--- uspace/srv/sysman/units/unit_svc.c	(revision 8ae8262489f2d8e205fbf1b5dee2ee0a11d392e4)
+++ uspace/srv/sysman/units/unit_svc.c	(revision 31ef7c13c8a6af7cfdff8b5298594e08332a1123)
@@ -82,5 +82,4 @@
 
 	
-	// TODO think about unit's lifecycle (is STOPPED only acceptable?)
 	assert(unit->state == STATE_STOPPED);
 
@@ -118,5 +117,4 @@
 
 	
-	// TODO think about unit's lifecycle (is STOPPED only acceptable?)
 	// note: May change when job cancellation is possible.
 	assert(unit->state == STATE_STARTED);
Index: uspace/srv/sysman/units/unit_tgt.c
===================================================================
--- uspace/srv/sysman/units/unit_tgt.c	(revision 8ae8262489f2d8e205fbf1b5dee2ee0a11d392e4)
+++ uspace/srv/sysman/units/unit_tgt.c	(revision 31ef7c13c8a6af7cfdff8b5298594e08332a1123)
@@ -80,5 +80,4 @@
 static void unit_tgt_fail(unit_t *unit)
 {
-	// TODO define semantics and implement
 }
 
