diff options
Diffstat (limited to 'lib/libc/uuid/uuid_from_string.c')
-rw-r--r-- | lib/libc/uuid/uuid_from_string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/uuid/uuid_from_string.c b/lib/libc/uuid/uuid_from_string.c index 322a4ed..b09a04d 100644 --- a/lib/libc/uuid/uuid_from_string.c +++ b/lib/libc/uuid/uuid_from_string.c @@ -36,7 +36,6 @@ * a binary representation. * See also: * http://www.opengroup.org/onlinepubs/009629399/uuid_from_string.htm - * http://www.transarc.ibm.com/Library/documentation/dce/1.1/uuid_from_string.html * * NOTE: The sequence field is in big-endian, while the time fields are in * native byte order. |