diff options
author | James Cook <james@lindenlab.com> | 2009-12-09 14:36:52 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-09 14:36:52 -0800 |
commit | ca2566a1aca90bc2cc54c96d94bcd85110e65bed (patch) | |
tree | 20ee8031d73da630e8b967fa1760ffab702ccedd /indra/llvfs/lldir_win32.cpp | |
parent | 6dd56fddd7c84e5bbf7c80ea556b0a694c3823da (diff) | |
parent | 05e0d9d24ac4ec1c0b18326e97a0c9ab705f5948 (diff) |
Merge
Diffstat (limited to 'indra/llvfs/lldir_win32.cpp')
-rw-r--r-- | indra/llvfs/lldir_win32.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/llvfs/lldir_win32.cpp b/indra/llvfs/lldir_win32.cpp index 4c376f11a5..4eb10c842b 100644 --- a/indra/llvfs/lldir_win32.cpp +++ b/indra/llvfs/lldir_win32.cpp @@ -212,14 +212,6 @@ void LLDir_Win32::initAppDirs(const std::string &app_name, } } - res = LLFile::mkdir(getExpandedFilename(LL_PATH_MOZILLA_PROFILE,"")); - if (res == -1) - { - if (errno != EEXIST) - { - llwarns << "Couldn't create LL_PATH_MOZILLA_PROFILE dir " << getExpandedFilename(LL_PATH_MOZILLA_PROFILE,"") << llendl; - } - } res = LLFile::mkdir(getExpandedFilename(LL_PATH_USER_SKIN,"")); if (res == -1) { |