hush: remove TODO comment itself :)
This commit is contained in:
parent
27014ed5cb
commit
c376db332c
@ -147,8 +147,7 @@
|
|||||||
static const char hush_version_str[] ALIGN1 = "HUSH_VERSION="BB_VER;
|
static const char hush_version_str[] ALIGN1 = "HUSH_VERSION="BB_VER;
|
||||||
|
|
||||||
/* This supports saving pointers malloced in vfork child,
|
/* This supports saving pointers malloced in vfork child,
|
||||||
* to be freed in the parent. One pointer is saved in
|
* to be freed in the parent.
|
||||||
* G.argv_from_re_execing global var instead. TODO: unify.
|
|
||||||
*/
|
*/
|
||||||
#if !BB_MMU
|
#if !BB_MMU
|
||||||
typedef struct nommu_save_t {
|
typedef struct nommu_save_t {
|
||||||
|
Loading…
Reference in New Issue
Block a user