From: Andre Noll <maan@systemlinux.org>
Date: Mon, 12 May 2008 12:35:35 +0000 (+0200)
Subject: dss.c: Remove obsolete TODO item.
X-Git-Tag: v0.1.0~15
X-Git-Url: https://git.tue.mpg.de/?a=commitdiff_plain;h=d15fcc8cfc895463cb25c94b5333d309321c82cd;p=dss.git

dss.c: Remove obsolete TODO item.
---

diff --git a/dss.c b/dss.c
index 0083e2e..cd69c27 100644
--- a/dss.c
+++ b/dss.c
@@ -124,7 +124,6 @@ static __printf_1_2 void dss_msg(const char* fmt,...)
 	va_end(argp);
 }
 
-/* TODO: Also consider number of inodes. */
 static int disk_space_low(void)
 {
 	struct disk_space ds;