From fc498190074f5b979fbb79d404bfd0b613f88cab Mon Sep 17 00:00:00 2001 From: david Date: Mon, 28 May 2012 17:08:18 +0000 Subject: [PATCH] Remove condition with no effect. --- nse_nsock.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nse_nsock.cc b/nse_nsock.cc index 3bb118d90..1ff0a0308 100644 --- a/nse_nsock.cc +++ b/nse_nsock.cc @@ -409,8 +409,7 @@ static int l_reconnect_ssl (lua_State *L) nse_nsock_udata *nu = check_nsock_udata(L, 1, 1); #ifndef HAVE_OPENSSL - if (1) - return nseU_safeerror(L, "sorry, you don't have OpenSSL"); + return nseU_safeerror(L, "sorry, you don't have OpenSSL"); #endif nsock_reconnect_ssl(nsp, nu->nsiod, callback, nu->timeout,