diff --git a/lfs.h b/lfs.h index 19f105f2..afbb21a4 100644 --- a/lfs.h +++ b/lfs.h @@ -103,7 +103,6 @@ enum lfs_error { LFS_ERR_NOTDIR = -20, // Entry is not a dir LFS_ERR_ISDIR = -21, // Entry is a dir LFS_ERR_NOTEMPTY = -39, // Dir is not empty - LFS_ERR_BADF = -9, // Bad file number LFS_ERR_FBIG = -27, // File too large LFS_ERR_INVAL = -22, // Invalid parameter LFS_ERR_NOSPC = -28, // No space left on device