Skip to content

Commit 62deb74

Browse files
committed
Merge pull request robbiehanson#338 from jonasman/master
fixed compiler warnings, removed unused log variables 2
2 parents 8031a91 + aebb03c commit 62deb74

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Extensions/ProcessOne/XMPPProcessOne.m

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
#warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC).
88
#endif
99

10-
// Log levels: off, error, warn, info, verbose
11-
// Log flags: trace
12-
#if DEBUG
13-
static const int xmppLogLevel = XMPP_LOG_LEVEL_WARN; // | XMPP_LOG_FLAG_TRACE;
14-
#else
15-
static const int xmppLogLevel = XMPP_LOG_LEVEL_WARN;
16-
#endif
17-
1810
NSString *const XMPPProcessOneSessionID = @"XMPPProcessOneSessionID";
1911
NSString *const XMPPProcessOneSessionJID = @"XMPPProcessOneSessionJID";
2012
NSString *const XMPPProcessOneSessionDate = @"XMPPProcessOneSessionDate";

0 commit comments

Comments
 (0)