From: Denis Vlasenko Date: Wed, 15 Apr 2009 21:49:48 +0000 (-0000) Subject: hush: remove TODO comment itself :) X-Git-Tag: 1_15_0~342 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c376db332cfcab6b25b381729bd658b703a2f36a;p=oweals%2Fbusybox.git hush: remove TODO comment itself :) --- diff --git a/shell/hush.c b/shell/hush.c index 683f9ba32..b91e8c34d 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -147,8 +147,7 @@ static const char hush_version_str[] ALIGN1 = "HUSH_VERSION="BB_VER; /* This supports saving pointers malloced in vfork child, - * to be freed in the parent. One pointer is saved in - * G.argv_from_re_execing global var instead. TODO: unify. + * to be freed in the parent. */ #if !BB_MMU typedef struct nommu_save_t {