Actions
Feature #13062
closedloader: make env_discard() public
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
remove static from env_discard() to make it globally available. Needed to unset variable without using callback. While there, also perform cstyle cleanup.
Testing done: build.
Related issues
Updated by Toomas Soome almost 3 years ago
- Related to Feature #7537: want nextboot (one time boot) support added
Updated by Electric Monk almost 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 5fae793b9b02afd1f3f434f3a915a64c08edc7b2
commit 5fae793b9b02afd1f3f434f3a915a64c08edc7b2 Author: Toomas Soome <tsoome@me.com> Date: 2020-08-22T19:57:37.000Z 13062 loader: make env_discard() public Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions