From d01d544a0ac3f1ab4dbf2380dca065692d290e75 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Fri, 29 May 2015 15:23:53 +0200 Subject: [PATCH] Remove a fixed FIXME. --- src/api/vm.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/vm.coffee b/src/api/vm.coffee index b7276db5b..55dfea401 100644 --- a/src/api/vm.coffee +++ b/src/api/vm.coffee @@ -839,8 +839,6 @@ exports.import = import_ #--------------------------------------------------------------------- -# FIXME: position should be optional and default to last. -# # FIXME: if position is used, all other disks after this position # should be shifted. attachDisk = $coroutine ({vm, vdi, position, mode, bootable}) ->