mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Remove pointless NIX_LOG_TYPE environment variable
This commit is contained in:
parent
57695d8f76
commit
401ab50566
2 changed files with 0 additions and 13 deletions
|
@ -144,10 +144,6 @@ static void initAndRun(int argc, char * * argv)
|
|||
gettimeofday(&tv, 0);
|
||||
srandom(tv.tv_usec);
|
||||
|
||||
/* Process the NIX_LOG_TYPE environment variable. */
|
||||
string lt = getEnv("NIX_LOG_TYPE");
|
||||
if (lt != "") setLogType(lt);
|
||||
|
||||
/* Put the arguments in a vector. */
|
||||
Strings args, remaining;
|
||||
while (argc--) args.push_back(*argv++);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue