From 2d10c7cb0179af68271720376ae7ff1b2309fc81 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 28 Mar 2023 06:14:10 +0200 Subject: Remove unused constant --- source/kit/file.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source') diff --git a/source/kit/file.h b/source/kit/file.h index baa5cbe..258fc37 100644 --- a/source/kit/file.h +++ b/source/kit/file.h @@ -25,8 +25,6 @@ typedef enum { KIT_PATH_FOLDER } kit_path_type_t; -enum { KIT_FILE_SIZE_ERROR = -1 }; - kit_string_t kit_path_norm(kit_str_t path, kit_allocator_t alloc); kit_string_t kit_path_join(kit_str_t left, kit_str_t right, -- cgit v1.2.3