From 8fb594eae099500813b9e42d1d4aef8ecffa0967 Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 12 Jul 2024 16:03:38 +0200 Subject: Update todo --- TODO | 2 +- trashsys.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/TODO b/TODO index b10215c..30e050a 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -1. Calculate bytes to MiB and such +1. Implement -C option and -c option. 2. 3. Make style and conventions more consistent 4. diff --git a/trashsys.c b/trashsys.c index d0bc45d..f1b7e3f 100644 --- a/trashsys.c +++ b/trashsys.c @@ -22,10 +22,6 @@ #define NOFILE 3 #define FUNCTION_FAILURE -1 #define FUNCTION_SUCCESS 0 -#define BYTES 10 -#define KiB 210 -#define MiB 220 -#define GiB 230 #define REM_SZ(remsz, final) (remsz - strlen(final)) #define USAGE_OUT(stream) (fprintf(stream, "%s", USAGE)) -- cgit v1.2.3