diff --git a/src/libexpr/eval-cache.cc b/src/libexpr/eval-cache.cc index b503d8f04..1b8edf9c1 100644 --- a/src/libexpr/eval-cache.cc +++ b/src/libexpr/eval-cache.cc @@ -5,7 +5,6 @@ namespace nix::eval_cache { -// FIXME: inefficient representation of attrs static const char * schema = R"sql( create table if not exists Attributes ( parent integer not null,