mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
807e9dc1a7
commit
56fc14577e
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ using std::map;
|
|||
|
||||
/* Forward definition. */
|
||||
class Worker;
|
||||
struct Agent;
|
||||
|
||||
|
||||
/* A pointer to a goal. */
|
||||
|
|
Loading…
Reference in a new issue