Index: /trunk/src/VBox/Devices/Storage/VBoxSCSI.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/VBoxSCSI.cpp	(revision 56427)
+++ /trunk/src/VBox/Devices/Storage/VBoxSCSI.cpp	(revision 56428)
@@ -501,11 +501,4 @@
     SSMR3PutU8    (pSSM, pVBoxSCSI->enmState);
 
-    /*
-     * Old saved states only save the size of the buffer left to read/write.
-     * To avoid changing the saved state version we can just calculate the original
-     * buffer size from the offset and remaining size.
-     */
-    pVBoxSCSI->cbBuf = pVBoxSCSI->cbBufLeft + pVBoxSCSI->iBuf;
-
     if (pVBoxSCSI->cbBuf)
         SSMR3PutMem(pSSM, pVBoxSCSI->pbBuf, pVBoxSCSI->cbBuf);
