diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-04-18 14:04:24 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-04-18 15:28:03 +0300 |
commit | 39bde7ee31ed2e26f2984a04a432e9784daaf823 (patch) | |
tree | 2e5f4897ea216edf31db0151e0ab52ba08c3b3d5 /ubi-utils | |
parent | 1fe97a90255a6e52e709c5f5803dcdedf8fe74b9 (diff) |
libubi: remove incorrect comment
sysfs if guaranteed to be in /sys.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils')
-rw-r--r-- | ubi-utils/src/libubi.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |