Remove impossible assert
authorTrond Norbye <trond.norbye@gmail.com>
Mon, 2 Aug 2010 22:08:05 +0000 (00:08 +0200)
committerTrond Norbye <trond.norbye@gmail.com>
Mon, 2 Aug 2010 22:08:05 +0000 (00:08 +0200)
The Sun Studio compiler generates an error because it's impossible to get
there.

libmemcached/connect.c

index 7b38def933762ad29d29c52cf7f5a2952b520bbd..1f0175f21a5a00f00a7ceeb36db99e784a5af3bc 100644 (file)
@@ -80,7 +80,6 @@ static memcached_return_t connect_poll(memcached_server_st *ptr)
         return MEMCACHED_ERRNO;
       }
     }
-    WATCHPOINT_ASSERT(0); // Programming error
   }
 
   // This should only be possible from ERESTART or EINTR;