1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

daemon: Remove unneeded forward declaration.

This is a followup to ee9dff34f9.

* nix/libstore/build.cc: Remove 'struct Agent' forward declaration.
This commit is contained in:
Ludovic Courtès
2020-11-30 09:57:22 +01:00
parent 807e9dc1a7
commit 56fc14577e

View File

@@ -82,7 +82,6 @@ using std::map;
/* Forward definition. */
class Worker;
struct Agent;
/* A pointer to a goal. */