Stringshare doesn't have a 64k limit. Don't say it does.

SVN revision: 49992
This commit is contained in:
Brett Nash 2010-07-02 08:56:09 +00:00
parent daa5685bd3
commit 977221953e
1 changed files with 0 additions and 6 deletions

View File

@ -1094,9 +1094,6 @@ eina_stringshare_threads_shutdown(void)
* exact given size. This can be used to stringshare part of a larger
* buffer or substring.
*
* @note it's not possible to have more than 65k references or strings
* bigger than 65k since we use 'unsigned short' to save space.
*
* @see eina_stringshare_add()
*/
EAPI const char *
@ -1185,9 +1182,6 @@ eina_stringshare_add_length(const char *str, unsigned int slen)
* length will be used. To use part of the string or non-null
* terminated, use eina_stringshare_add_length() instead.
*
* @note it's not possible to have more than 65k references or strings
* bigger than 65k since we use 'unsigned short' to save space.
*
* @see eina_stringshare_add_length()
*/
EAPI const char *