mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
remove commented out hunk
This commit is contained in:
parent
450c545c2c
commit
25f2df8374
1 changed files with 0 additions and 4 deletions
|
@ -133,10 +133,6 @@
|
|||
|
||||
- (BOOL) _startListening
|
||||
{
|
||||
/*NSDictionary *sslOptions = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
@"CertificateFile.pem", GSTLSCertificateFile,
|
||||
@"KeyFile.pem", GSTLSCertificateKeyFile,
|
||||
nil];*/
|
||||
if (nil != _secure
|
||||
&& [_secure objectForKey: @"CertificateFile"] != nil
|
||||
&& [_secure objectForKey: @"KeyFile"] != nil)
|
||||
|
|
Loading…
Reference in a new issue