diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-11-30 09:57:22 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-12-01 00:10:48 +0100 |
commit | 56fc14577e6750928091b525a235fa428346d598 (patch) | |
tree | b863fc833c68e1f0a94991b60d0bf5846b294689 /nix | |
parent | 807e9dc1a705f2b93847dfe151308eab36954caf (diff) | |
download | guix-56fc14577e6750928091b525a235fa428346d598.tar.gz |
daemon: Remove unneeded forward declaration.
This is a followup to ee9dff34f9317509cb2b833d07a0d5e01a36a4ae. * nix/libstore/build.cc: Remove 'struct Agent' forward declaration.
Diffstat (limited to 'nix')
-rw-r--r-- | nix/libstore/build.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/libstore/build.cc b/nix/libstore/build.cc index 70ee354e50..8413819114 100644 --- a/nix/libstore/build.cc +++ b/nix/libstore/build.cc @@ -82,7 +82,6 @@ using std::map; /* Forward definition. */ class Worker; -struct Agent; /* A pointer to a goal. */ |