mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01: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…
Add table
Add a link
Reference in a new issue