summaryrefslogtreecommitdiff
path: root/indra/llvfs/llvfs_objc.mm
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llvfs/llvfs_objc.mm')
-rw-r--r--indra/llvfs/llvfs_objc.mm3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llvfs/llvfs_objc.mm b/indra/llvfs/llvfs_objc.mm
index 61cfad99d6..16cfefda26 100644
--- a/indra/llvfs/llvfs_objc.mm
+++ b/indra/llvfs/llvfs_objc.mm
@@ -51,9 +51,6 @@ std::string* findSystemDirectory(NSSearchPathDirectory searchPathDirectory,
YES);
if ([paths count])
{
- //NSString *bundleName = @"SecondLife";
- //[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"];
- //path = [[paths objectAtIndex:0] stringByAppendingPathComponent:bundleName];
path = [paths objectAtIndex:0];
//SPATTERS HACK: Always attempt to create directory, ignore errors.
NSError *error = nil;