From 79bdfb63e9936619d1d5fd50cab8694db5052291 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 12 Feb 2010 23:06:05 -0500 Subject: Remove the --enable-iphone option as needless. On or-talk, Marco Bonetti reports that recent iPhone SDKs build Tor fine without it. --- src/common/compat.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common/compat.c') diff --git a/src/common/compat.c b/src/common/compat.c index 7295bf25bd..406d74eb25 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -1009,9 +1009,6 @@ set_max_file_descriptors(rlim_t limit, int *max_out) #if defined(CYGWIN) || defined(__CYGWIN__) const char *platform = "Cygwin"; const unsigned long MAX_CONNECTIONS = 3200; -#elif defined(IPHONE) - const char *platform = "iPhone"; - const unsigned long MAX_CONNECTIONS = 9999; #elif defined(MS_WINDOWS) const char *platform = "Windows"; const unsigned long MAX_CONNECTIONS = 15000; -- cgit v1.2.3-54-g00ecf