Index: uspace/srv/bd/hr/util.c
===================================================================
--- uspace/srv/bd/hr/util.c	(revision a261634f655aa85f7826250af1d0986540061fbc)
+++ uspace/srv/bd/hr/util.c	(revision c9ef86459e6e21c1d427921416b3165bc69454e8)
@@ -106,10 +106,4 @@
 		break;
 	case HR_LVL_4:
-		vol->hr_ops.create = hr_raid5_create;
-		vol->hr_ops.init = hr_raid5_init;
-		vol->hr_ops.status_event = hr_raid5_status_event;
-		if (meta_flags & HR_METADATA_HOTSPARE_SUPPORT)
-			vol->hr_ops.add_hotspare = hr_raid5_add_hotspare;
-		break;
 	case HR_LVL_5:
 		vol->hr_ops.create = hr_raid5_create;
