Commit 74e0489abcc7055c714f097a6bf799a527104de2

Patrick Steinhardt 2020-03-24T19:42:10

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.