diff options
Diffstat (limited to 'third_party/nix/src/libexpr/symbol-table.hh')
-rw-r--r-- | third_party/nix/src/libexpr/symbol-table.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/third_party/nix/src/libexpr/symbol-table.hh b/third_party/nix/src/libexpr/symbol-table.hh index 5005bb416bb7..df696c9e1ac8 100644 --- a/third_party/nix/src/libexpr/symbol-table.hh +++ b/third_party/nix/src/libexpr/symbol-table.hh @@ -3,11 +3,9 @@ #include <absl/container/node_hash_set.h> #include <absl/strings/string_view.h> -#include "types.hh" - namespace nix { // TODO(tazjin): ::expr - // TODO(tazjin): Replace with a simpler struct, or get rid of. +// TODO(tazjin): Replace with a simpler struct, or get rid of. class Symbol { private: const std::string* s; // pointer into SymbolTable |