summaryrefslogtreecommitdiff
path: root/src/refs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/refs.h')
-rw-r--r--src/refs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/refs.h b/src/refs.h
index 0674d8799..010503452 100644
--- a/src/refs.h
+++ b/src/refs.h
@@ -54,7 +54,6 @@ typedef struct {
void git_repository__refcache_free(git_refcache *refs);
int git_reference__normalize_name_lax(char *buffer_out, size_t out_size, const char *name);
-int git_reference__normalize_name_oid(char *buffer_out, size_t out_size, const char *name);
int git_reference__normalize_name(git_buf *buf, const char *name, unsigned int flags);
int git_reference__update(git_repository *repo, const git_oid *oid, const char *ref_name);