diff options
Diffstat (limited to 'lib/vector.h')
| -rw-r--r-- | lib/vector.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vector.h b/lib/vector.h index fcbc13257a..534def4f37 100644 --- a/lib/vector.h +++ b/lib/vector.h @@ -51,7 +51,6 @@ static inline unsigned int vector_count(vector v) } extern void vector_free(vector v); -extern vector vector_copy(vector v); extern void *vector_lookup(vector, unsigned int); extern void *vector_lookup_ensure(vector, unsigned int); |
