Remove obsolete FIXME

This commit is contained in:
Eelco Dolstra
2020-05-06 17:40:01 +02:00
parent ff394ff206
commit b0e9b07e80
-1
View File
@@ -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,