mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Remove unused var, 'rc'
This commit is contained in:
parent
b611ec4b87
commit
9fe15dba96
@ -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 New Issue
Block a user