summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_linux.cpp
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2009-12-10 19:02:32 +0200
committerIgor Borovkov <iborovkov@productengine.com>2009-12-10 19:02:32 +0200
commit3e13bc913f3e527b1a9d4f500ad038c06cdf6525 (patch)
tree3e93416b19e77afdd834a581206ddcad99dc8a58 /indra/llvfs/lldir_linux.cpp
parentf11c6044562571d42c76abede6fa90db2b08493f (diff)
parent6a59342963aaf4188d1c1b104d71c31eae027d2b (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llvfs/lldir_linux.cpp')
-rw-r--r--indra/llvfs/lldir_linux.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/llvfs/lldir_linux.cpp b/indra/llvfs/lldir_linux.cpp
index 08c993ed2a..ee902d1de7 100644
--- a/indra/llvfs/lldir_linux.cpp
+++ b/indra/llvfs/lldir_linux.cpp
@@ -225,15 +225,6 @@ void LLDir_Linux::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;
- }
- }
-
mCAFile = getExpandedFilename(LL_PATH_APP_SETTINGS, "CA.pem");
}