Remove unexecutable code

(to satisfy Scrutenizer)
This commit is contained in:
nathangray 2017-01-31 08:14:28 -07:00
parent f0c3b474b0
commit eb51009ebd
2 changed files with 0 additions and 2 deletions

View File

@ -161,7 +161,6 @@ class admin_import_groups_csv implements importexport_iface_import_plugin {
// not supported action
default :
die('condition / action not supported!!!');
break;
}
if ($action['last']) break;
}

View File

@ -174,7 +174,6 @@ class admin_import_users_csv implements importexport_iface_import_plugin {
// not supported action
default :
die('condition / action not supported!!!');
break;
}
if ($action['last']) break;
}