diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-05-06 17:40:01 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-05-06 17:40:01 +0200 |
commit | b0e9b07e80450689dedfeaa995e124289cafb59c (patch) | |
tree | 5c4421bea1549187785942c8418dc51d78c2695a /src | |
parent | ff394ff206fea222a30d6f68a9d8852170e1ad55 (diff) |
Remove obsolete FIXME
Diffstat (limited to 'src')
-rw-r--r-- | src/libexpr/eval-cache.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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, |