Index: /trunk/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp	(revision 55642)
+++ /trunk/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp	(revision 55643)
@@ -29,6 +29,4 @@
 /** MMC descriptor */
 extern VSCSILUNDESC g_VScsiLunTypeMmc;
-/** SSC descriptor */
-extern VSCSILUNDESC g_VScsiLunTypeSsc;
 
 /**
@@ -39,5 +37,4 @@
     &g_VScsiLunTypeSbc,
     &g_VScsiLunTypeMmc,
-    &g_VScsiLunTypeSsc,
 };
 
