summaryrefslogtreecommitdiff
path: root/libbcachefs/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/error.h')
-rw-r--r--libbcachefs/error.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libbcachefs/error.h b/libbcachefs/error.h
index edf12443..7ce95400 100644
--- a/libbcachefs/error.h
+++ b/libbcachefs/error.h
@@ -91,13 +91,6 @@ do { \
* be able to repair:
*/
-enum fsck_err_opts {
- FSCK_OPT_EXIT,
- FSCK_OPT_YES,
- FSCK_OPT_NO,
- FSCK_OPT_ASK,
-};
-
struct fsck_err_state {
struct list_head list;
const char *fmt;