Made intern'd strings thread safe.

Removed intern_free_all().
This commit is contained in:
ridiculousfish
2012-01-23 20:02:15 -08:00
parent 78f8317de8
commit fa569b32fb
3 changed files with 32 additions and 107 deletions

View File

@@ -25,9 +25,4 @@ const wchar_t *intern( const wchar_t *in );
*/
const wchar_t *intern_static( const wchar_t *in );
/**
Free all interned strings. Only call this at shutdown.
*/
void intern_free_all();
#endif