Remove supposition comment that code would better live elsewhere.

Thinking this through, and looking at process_assignment, I believe
moving the code would be wrong considering that set_conf_files is
called in one condition while set_nextboot_conf is guarded by a
different condition of having nextboot_enable="YES". So these must
stay separated and not combined.

MFC after:	1 week
This commit is contained in:
Devin Teske 2015-12-31 19:37:14 +00:00
parent 40c94e0168
commit 29a46b5320

View file

@ -684,7 +684,7 @@ only forth also support-functions also file-processing definitions
s" loader_conf_files" getenv conf_files string=
;
: set_nextboot_conf \ XXX maybe do as set_conf_files ?
: set_nextboot_conf
value_buffer strget unquote nextboot_conf_file string=
;