mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Remove unused var, 'rc'
This commit is contained in:
parent
b611ec4b87
commit
9fe15dba96
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@
|
|||
lutil_sig_t
|
||||
lutil_sigaction(int sig, lutil_sig_t func)
|
||||
{
|
||||
int rc;
|
||||
struct sigaction action, oaction;
|
||||
|
||||
memset( &action, '\0', sizeof(action) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue