forked from lix-project/lix
Comment out dead code in `nix-store'.
* src/nix-store/dotgraph.cc (pathLabel): Move within #if 0 section.
This commit is contained in:
parent
7343e6c8ae
commit
da52f8bea0
|
@ -52,13 +52,13 @@ static string symbolicName(const string & path)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
string pathLabel(const Path & nePath, const string & elemPath)
|
string pathLabel(const Path & nePath, const string & elemPath)
|
||||||
{
|
{
|
||||||
return (string) nePath + "-" + elemPath;
|
return (string) nePath + "-" + elemPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
void printClosure(const Path & nePath, const StoreExpr & fs)
|
void printClosure(const Path & nePath, const StoreExpr & fs)
|
||||||
{
|
{
|
||||||
PathSet workList(fs.closure.roots);
|
PathSet workList(fs.closure.roots);
|
||||||
|
|
Loading…
Reference in a new issue