Remove dead field in NixArgs

This has been unused since 170e86dff5

CC @thufschmitt
This commit is contained in:
John Ericson
2022-01-19 20:26:14 +00:00
parent bc443511eb
commit 89f8917a32
-1
View File
@@ -59,7 +59,6 @@ struct HelpRequested { };
struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
{
bool printBuildLogs = false;
bool useNet = true;
bool refresh = false;
bool showVersion = false;