refactor(3p/nix/libmain): Replace logging.h with glog
This commit is contained in:
parent
505b6b044b
commit
d0c44425e1
4 changed files with 58 additions and 98 deletions
6
third_party/nix/src/libmain/shared.hh
vendored
6
third_party/nix/src/libmain/shared.hh
vendored
|
|
@ -38,13 +38,11 @@ void printGCWarning();
|
|||
|
||||
class Store;
|
||||
|
||||
void printMissing(ref<Store> store, const PathSet& paths,
|
||||
Verbosity lvl = lvlInfo);
|
||||
void printMissing(ref<Store> store, const PathSet& paths);
|
||||
|
||||
void printMissing(ref<Store> store, const PathSet& willBuild,
|
||||
const PathSet& willSubstitute, const PathSet& unknown,
|
||||
unsigned long long downloadSize, unsigned long long narSize,
|
||||
Verbosity lvl = lvlInfo);
|
||||
unsigned long long downloadSize, unsigned long long narSize);
|
||||
|
||||
string getArg(const string& opt, Strings::iterator& i,
|
||||
const Strings::iterator& end);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue