aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/reftable-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'reftable/reftable-error.h')
-rw-r--r--reftable/reftable-error.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/reftable/reftable-error.h b/reftable/reftable-error.h
index e9b07c9f36..6368cd9ed9 100644
--- a/reftable/reftable-error.h
+++ b/reftable/reftable-error.h
@@ -48,9 +48,6 @@ enum reftable_error {
/* Wrote a table without blocks. */
REFTABLE_EMPTY_TABLE_ERROR = -8,
- /* Dir/file conflict. */
- REFTABLE_NAME_CONFLICT = -9,
-
/* Invalid ref name. */
REFTABLE_REFNAME_ERROR = -10,