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
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 1 deletions

View File

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