Remove B_FILE_NOT_FOUND from public headers.
Now that it is not used anywhere in the source tree following previous commits. Change-Id: Id2fc417a0658d09148e99587c613a928f1fbe4c2 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4611 Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
6209570e34
commit
eb1d596ff6
@@ -564,7 +564,6 @@
|
||||
|
||||
/* Storage Kit/File System Errors */
|
||||
#define B_FILE_ERROR FSSH_B_FILE_ERROR
|
||||
#define B_FILE_NOT_FOUND FSSH_B_FILE_NOT_FOUND
|
||||
#define B_FILE_EXISTS FSSH_B_FILE_EXISTS
|
||||
#define B_ENTRY_NOT_FOUND FSSH_B_ENTRY_NOT_FOUND
|
||||
#define B_NAME_TOO_LONG FSSH_B_NAME_TOO_LONG
|
||||
|
||||
@@ -96,7 +96,6 @@ enum {
|
||||
|
||||
/* Storage Kit/File System Errors */
|
||||
#define FSSH_B_FILE_ERROR (FSSH_B_STORAGE_ERROR_BASE + 0)
|
||||
#define FSSH_B_FILE_NOT_FOUND (FSSH_B_STORAGE_ERROR_BASE + 1)
|
||||
#define FSSH_B_FILE_EXISTS (FSSH_B_STORAGE_ERROR_BASE + 2)
|
||||
#define FSSH_B_ENTRY_NOT_FOUND (FSSH_B_STORAGE_ERROR_BASE + 3)
|
||||
#define FSSH_B_NAME_TOO_LONG (FSSH_B_STORAGE_ERROR_BASE + 4)
|
||||
|
||||
Reference in New Issue
Block a user