diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-01-19 20:16:24 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2022-01-19 20:26:14 +0000 |
commit | 89f8917a323b8825dd0926ec543285b42bcb0a81 (patch) | |
tree | 00d000fa97a7f28218518b068e76d0595d1c9b6a | |
parent | bc443511eb65420b51d10708e25427fe50de37a8 (diff) |
Remove dead field in NixArgs
This has been unused since 170e86dff5724264e0d3d25b9af1bd42df6aec74
CC @thufschmitt
-rw-r--r-- | src/nix/main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix/main.cc b/src/nix/main.cc index 5158c3902..b923f2535 100644 --- a/src/nix/main.cc +++ b/src/nix/main.cc @@ -59,7 +59,6 @@ struct HelpRequested { }; struct NixArgs : virtual MultiCommand, virtual MixCommonArgs { - bool printBuildLogs = false; bool useNet = true; bool refresh = false; bool showVersion = false; |