Skip to content

Commit a6ca371

Browse files
committed
Fix warning message about unused use statement.
1 parent a14f303 commit a6ca371

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

questionlibrary.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
require_once(__DIR__ . '/stack/questionlibrary.class.php');
3434
require_once(__DIR__ . '/classes/form/category_form.php');
3535

36-
use category_form;
37-
3836
if ($cmid = optional_param('cmid', 0, PARAM_INT)) {
3937
$cm = get_coursemodule_from_id(false, $cmid);
4038
require_login($cm->course, false, $cm);

0 commit comments

Comments
 (0)