mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-13 23:57:14 +03:00
removed obsolete function
This commit is contained in:
parent
dfa5d3cedb
commit
21ed247acb
5
gap.c
5
gap.c
@ -60,11 +60,6 @@ gap_array* gap_init(void)
|
||||
return gap;
|
||||
}
|
||||
|
||||
int gap_getlen(gap_array* gap)
|
||||
{
|
||||
return gap->len;
|
||||
}
|
||||
|
||||
void* gap_get(gap_array* gap, int index)
|
||||
{
|
||||
return gap->array[index];
|
||||
|
Loading…
x
Reference in New Issue
Block a user