guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: daemon: Remove unneeded forward declaration.


From: guix-commits
Subject: 01/04: daemon: Remove unneeded forward declaration.
Date: Mon, 30 Nov 2020 18:11:30 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 56fc14577e6750928091b525a235fa428346d598
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 30 09:57:22 2020 +0100

    daemon: Remove unneeded forward declaration.
    
    This is a followup to ee9dff34f9317509cb2b833d07a0d5e01a36a4ae.
    
    * nix/libstore/build.cc: Remove 'struct Agent' forward declaration.
---
 nix/libstore/build.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nix/libstore/build.cc b/nix/libstore/build.cc
index 70ee354..8413819 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. */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]