forked from lix-project/lix
Remove obsolete FIXME
This commit is contained in:
parent
ff394ff206
commit
b0e9b07e80
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
namespace nix::eval_cache {
|
namespace nix::eval_cache {
|
||||||
|
|
||||||
// FIXME: inefficient representation of attrs
|
|
||||||
static const char * schema = R"sql(
|
static const char * schema = R"sql(
|
||||||
create table if not exists Attributes (
|
create table if not exists Attributes (
|
||||||
parent integer not null,
|
parent integer not null,
|
||||||
|
|
Loading…
Reference in a new issue