shallow: add repository argument to register_shallow
[gitweb.git] / refs / files-backend.c
index bec8e30e9e3e2995739dfff7cc971f8de623610d..5c76a7581781440c27ddc1f5ffa96eeca2e4c1a4 100644 (file)
@@ -61,10 +61,6 @@ struct ref_lock {
        struct object_id old_oid;
 };
 
-/*
- * Future: need to be in "struct repository"
- * when doing a full libification.
- */
 struct files_ref_store {
        struct ref_store base;
        unsigned int store_flags;