From: michael Date: Wed, 6 May 2015 17:41:36 +0000 (+0000) Subject: - libopm.c:opm_scan(): removed another dead store X-Git-Tag: 1.1.0beta1~98 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=a1d757306befef055d439222c2b89dd3527941ee;p=hopm.git - libopm.c:opm_scan(): removed another dead store git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5927 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)