Skip to content

Commit 74e0489

Browse files
committed
refdb_fs: remove unused header file
The "refdb_fs.h" header contains a single struct `git_refcache` that is not used anywhere. As a result, we can just delete the header altogether as it doesn't have any purpose and may confuse readers.
1 parent dd43571 commit 74e0489

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

src/refdb_fs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* a Linking Exception. For full terms see the included COPYING file.
66
*/
77

8-
#include "refdb_fs.h"
9-
108
#include "refs.h"
119
#include "hash.h"
1210
#include "repository.h"

src/refdb_fs.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)