Comment out dead code in `nix-store'.

* src/nix-store/dotgraph.cc (pathLabel): Move within #if 0 section.
This commit is contained in:
Ludovic Courtès 2010-05-31 16:36:20 +00:00
parent 7343e6c8ae
commit da52f8bea0
1 changed files with 1 additions and 1 deletions

View File

@ -52,13 +52,13 @@ static string symbolicName(const string & path)
}
#if 0
string pathLabel(const Path & nePath, const string & elemPath)
{
return (string) nePath + "-" + elemPath;
}
#if 0
void printClosure(const Path & nePath, const StoreExpr & fs)
{
PathSet workList(fs.closure.roots);