From 1a8851fb8e997ac161297bee29dd2b18eb9e5a0c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 3 Jan 2012 22:53:22 +0000 Subject: [PATCH] Monotone-Parent: c7009a2d8a1dce845aa1a365123f4b438e3168fe Monotone-Revision: 8fa93819d7083059128aa7103b83d47ee6a9cf2c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-03T22:53:22 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoParentFolder.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/SoObjects/SOGo/SOGoParentFolder.m b/SoObjects/SOGo/SOGoParentFolder.m index 64cf44218..08ecd35dd 100644 --- a/SoObjects/SOGo/SOGoParentFolder.m +++ b/SoObjects/SOGo/SOGoParentFolder.m @@ -183,7 +183,6 @@ static SoSecurityManager *sm = nil; SOGoGCSFolder *folder; NSString *key; NSException *error; - SOGoUser *currentUser; if (!subFolderClass) subFolderClass = [[self class] subFolderClass]; @@ -191,8 +190,6 @@ static SoSecurityManager *sm = nil; error = [fc evaluateExpressionX: sql]; if (!error) { - currentUser = [context activeUser]; - attrs = [fc describeResults: NO]; while ((row = [fc fetchAttributes: attrs withZone: NULL])) {