Remove unneeded define

This commit is contained in:
Maxime Bloch 2020-01-29 04:32:10 +01:00
parent 3af5ab06a7
commit a537ac162e
No known key found for this signature in database
GPG Key ID: CE32A7D95B7D6418
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ void free(void *data) {
data_tag->next->prev = data_tag->prev;
}
#define PRINT_MEM_WITH_COLUMNS = 1
int amount_of_digits(int x) {
if (x == 0) return 1;
int n = 0;