mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-30 01:26:15 +02:00
Remove obsolete FIXME
This commit is contained in:
parent
ff394ff206
commit
b0e9b07e80
1 changed files with 0 additions and 1 deletions
|
@ -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