Stringshare doesn't have a 64k limit. Don't say it does.
authornash <nash@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 2 Jul 2010 08:56:09 +0000 (08:56 +0000)
committernash <nash@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 2 Jul 2010 08:56:09 +0000 (08:56 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@49992 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_stringshare.c

index cf9c824..72f4abb 100644 (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 *