summaryrefslogtreecommitdiff
path: root/mdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdir.c')
-rw-r--r--mdir.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mdir.c b/mdir.c
index bbf1c31..917ba94 100644
--- a/mdir.c
+++ b/mdir.c
@@ -130,11 +130,6 @@ static const char *dotted_num(mt_size_t num, int width, char **buf)
unsigned long numlo;
unsigned long numhi;
- if (num < 0) {
- /* warn about negative numbers here. They should not occur */
- fprintf(stderr, "Invalid negative number\n");
- }
-
size = width + width;
*buf = malloc(size+1);