]> git.ipfire.org Git - thirdparty/git.git/blobdiff - strbuf.h
cache.h: remove this no-longer-used header
[thirdparty/git.git] / strbuf.h
index 3dfeadb44c2e93e3e47cd448eaf8fd9133ac47bc..e8dfab6ecd6f41a3aea43590f3ccd1af82119b61 100644 (file)
--- a/strbuf.h
+++ b/strbuf.h
@@ -72,10 +72,6 @@ struct strbuf {
 extern char strbuf_slopbuf[];
 #define STRBUF_INIT  { .buf = strbuf_slopbuf }
 
-/*
- * Predeclare this here, since cache.h includes this file before it defines the
- * struct.
- */
 struct object_id;
 
 /**