diff options
Diffstat (limited to 'lib/libc/uuid/uuid_to_string.c')
-rw-r--r-- | lib/libc/uuid/uuid_to_string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/uuid/uuid_to_string.c b/lib/libc/uuid/uuid_to_string.c index fa2b8c2..16bda3a 100644 --- a/lib/libc/uuid/uuid_to_string.c +++ b/lib/libc/uuid/uuid_to_string.c @@ -35,7 +35,6 @@ * uuid_to_string() - Convert a binary UUID into a string representation. * See also: * http://www.opengroup.org/onlinepubs/009629399/uuid_to_string.htm - * http://www.transarc.ibm.com/Library/documentation/dce/1.1/uuid_to_string.html * * NOTE: The references given above do not have a status code for when * the string could not be allocated. The status code has been |