mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-24 18:37:05 +00:00
Remove dead code
This commit is contained in:
parent
03d490159c
commit
d1b3a2ac07
1 changed files with 0 additions and 3 deletions
|
@ -107,7 +107,4 @@ int r_bitfield_isset(set,bit)
|
||||||
return(0);
|
return(0);
|
||||||
|
|
||||||
return(set->data[word]&(1<<bbit));
|
return(set->data[word]&(1<<bbit));
|
||||||
|
|
||||||
_status=0;
|
|
||||||
return(_status);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue