Reedy has submitted this change and it was merged.
Change subject: Remove unused uuid4 function
......................................................................
Remove unused uuid4 function
Change-Id: I855e1263069fc1405ef6781ce7196ddfb89a21de
---
M nova/OpenStackNovaUser.php
1 file changed, 0 insertions(+), 13 deletions(-)
Approvals:
Reedy: Verified; Looks good to me, approved
diff --git a/nova/OpenStackNovaUser.php b/nova/OpenStackNovaUser.php
index 1efd148..6e53bcc 100644
--- a/nova/OpenStackNovaUser.php
+++ b/nova/OpenStackNovaUser.php
@@ -348,19 +348,6 @@
}
/**
- * @static
- * @return string
- */
- static function uuid4() {
- $uuid = '';
- uuid_create( &$uuid );
- uuid_make( $uuid, UUID_MAKE_V4 );
- $uuidExport = '';
- uuid_export( $uuid, UUID_FMT_STR, &$uuidExport );
- return trim( $uuidExport );
- }
-
- /**
* Does not ensure uniqueness during concurrent use!
* Also does not work when resource limits are set for
* LDAP queries by the client or the server.
--
To view, visit https://gerrit.wikimedia.org/r/52941
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I855e1263069fc1405ef6781ce7196ddfb89a21de
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/OpenStackManager
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: Ryan Lane <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits