util: remove useless comment for virCgroupMoveTask in vircgroup.c

Signed-off-by: Hongwei Bi <hwbi2008@gmail.com>
This commit is contained in:
Hongwei Bi 2014-03-31 15:47:17 +08:00 committed by Michal Privoznik
parent bfd2f54cf2
commit 4ef09c4690

View File

@ -1148,7 +1148,6 @@ virCgroupAddTaskStrController(virCgroupPtr group,
*
* @src_group: The source cgroup where all tasks are removed from
* @dest_group: The destination where all tasks are added to
* @controller: The cgroup controller to be operated on
*
* Returns: 0 on success or -1 on failure
*/