From 39bde7ee31ed2e26f2984a04a432e9784daaf823 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Sat, 18 Apr 2009 14:04:24 +0300 Subject: libubi: remove incorrect comment sysfs if guaranteed to be in /sys. Signed-off-by: Artem Bityutskiy --- ubi-utils/src/libubi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ubi-utils/src/libubi.c b/ubi-utils/src/libubi.c index 1aa66d8..6f07039 100644 --- a/ubi-utils/src/libubi.c +++ b/ubi-utils/src/libubi.c @@ -516,7 +516,6 @@ libubi_t libubi_open(int required) if (!lib) return NULL; - /* TODO: this must be discovered instead */ lib->sysfs = strdup("/sys"); if (!lib->sysfs) goto out_error; -- cgit v1.2.3