Final cleanup of io_data_t now that I recognize the bizarre way in which it shares output buffers (not sure how this ever worked before)

This commit is contained in:
ridiculousfish
2012-03-04 02:35:30 -08:00
parent 27f374a38b
commit 191221eec5
8 changed files with 66 additions and 44 deletions

View File

@@ -66,8 +66,6 @@ void wutil_destroy()
{
}
static pthread_mutex_t readdir_lock = PTHREAD_MUTEX_INITIALIZER;
bool wreaddir_resolving(DIR *dir, const std::wstring &dir_path, std::wstring &out_name, bool *out_is_dir)
{
struct dirent *d = readdir( dir );