summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco_vhd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/coco_vhd.c')
-rw-r--r--src/mess/machine/coco_vhd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/coco_vhd.c b/src/mess/machine/coco_vhd.c
index bcf9cfe30f1..dfa1c95214f 100644
--- a/src/mess/machine/coco_vhd.c
+++ b/src/mess/machine/coco_vhd.c
@@ -73,7 +73,6 @@ coco_vhd_image_device::coco_vhd_image_device(const machine_config &mconfig, cons
: device_t(mconfig, COCO_VHD, "Virtual Hard Disk", tag, owner, clock),
device_image_interface(mconfig, *this)
{
-
}
//-------------------------------------------------