Skip to content

Commit

Permalink
Remove references to utility_api.php
Browse files Browse the repository at this point in the history
Issue #32900
  • Loading branch information
atrol committed Sep 9, 2023
1 parent 9618371 commit b5858e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/crypto_api.php
Expand Up @@ -26,13 +26,11 @@
* @uses config_api.php
* @uses constant_inc.php
* @uses error_api.php
* @uses utility_api.php
*/

require_api( 'config_api.php' );
require_api( 'constant_inc.php' );
require_api( 'error_api.php' );
require_api( 'utility_api.php' );

/**
* Initialise the CryptoAPI subsystem. This function checks whether the master
Expand Down

0 comments on commit b5858e3

Please sign in to comment.