--- reftable/basics.h | 1 - 1 file changed, 1 deletion(-) diff --git a/reftable/basics.h b/reftable/basics.h index 096b36862b..0645b74196 100644 --- a/reftable/basics.h +++ b/reftable/basics.h @@ -54,7 +54,6 @@ void reftable_free(void *p); void *reftable_calloc(size_t sz); /* Find the longest shared prefix size of `a` and `b` */ -struct strbuf; int common_prefix_size(struct strbuf *a, struct strbuf *b); #endif -- 2.33.0.481.g26d3bed244