diff options
Diffstat (limited to 'libbuild2/dump.cxx')
-rw-r--r-- | libbuild2/dump.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/dump.cxx b/libbuild2/dump.cxx index b8ec74e..c28dd31 100644 --- a/libbuild2/dump.cxx +++ b/libbuild2/dump.cxx @@ -83,6 +83,10 @@ namespace build2 const variable& var (p.first); const value& v (p.second); + // On one hand it might be helpful to print the visibility. On the + // other, it is always specified which means there will be a lot of + // noise. So probably not. + // if (var.type != nullptr) os << '[' << var.type->name << "] "; |