forked from lix-project/lix
Merge pull request #5946 from obsidiansystems/delete-dead-code
Remove dead field in NixArgs
This commit is contained in:
commit
067076287b
|
@ -59,7 +59,6 @@ struct HelpRequested { };
|
||||||
|
|
||||||
struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
|
struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
|
||||||
{
|
{
|
||||||
bool printBuildLogs = false;
|
|
||||||
bool useNet = true;
|
bool useNet = true;
|
||||||
bool refresh = false;
|
bool refresh = false;
|
||||||
bool showVersion = false;
|
bool showVersion = false;
|
||||||
|
|
Loading…
Reference in a new issue