From: michael Date: Wed, 6 May 2015 17:42:24 +0000 (+0000) Subject: - libopm.c:opm_scan(): removed another dead store X-Git-Tag: 1.0.6~17 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=a032b3632459fd530ce8df8f351123bf3b8a20c0;p=hopm.git - libopm.c:opm_scan(): removed another dead store git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5928 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/src/libopm/src/libopm.c b/src/libopm/src/libopm.c index fc06488..817b768 100644 --- a/src/libopm/src/libopm.c +++ b/src/libopm/src/libopm.c @@ -446,9 +446,6 @@ opm_scan(OPM_T *scanner, OPM_REMOTE_T *remote) { OPM_SCAN_T *scan; /* New scan for OPM_T */ OPM_NODE_T *node; /* Node we'll add scan to when we link it to scans */ - unsigned int fd_limit; - - fd_limit = *(int *)libopm_config(scanner->config, OPM_CONFIG_FD_LIMIT); if (LIST_SIZE(scanner->protocols) == 0 && LIST_SIZE(remote->protocols) == 0)