summaryrefslogtreecommitdiff
path: root/trashsys.c
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-07-12 16:03:38 +0200
committerOskar <[email protected]>2024-07-12 16:03:38 +0200
commit8fb594eae099500813b9e42d1d4aef8ecffa0967 (patch)
treed48a6de92188d7b9b5618fd6caee560ea3399394 /trashsys.c
parente198d09bd8f30276b52785e9d040e1b062420bf5 (diff)
Update todo
Diffstat (limited to 'trashsys.c')
-rw-r--r--trashsys.c4
1 files changed, 0 insertions, 4 deletions
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))